Skip to content

Commit f6b357e

Browse files
committed
ok so that was not fun
1 parent a1b7b3c commit f6b357e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ target_link_libraries(${PROJECT_NAME} miniaudio)
3838
# Compiling through the command line requires linking to -lpthread and -lm.
3939

4040
if ("${CMAKE_SYSTEM_NAME}" STREQUAL "iOS" OR IOS)
41-
add_library(miniaudio STATIC ${miniaudio_SOURCE_DIR}/miniaudio.c)
42-
target_include_directories(miniaudio PUBLIC ${miniaudio_SOURCE_DIR})
4341
set_source_files_properties(${miniaudio_SOURCE_DIR}/miniaudio.c PROPERTIES LANGUAGE OBJC)
4442
target_link_libraries(miniaudio PUBLIC
4543
"-framework AudioToolbox"

0 commit comments

Comments
 (0)