mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
Update CMakeLists.txt
This commit is contained in:
@@ -172,6 +172,13 @@ list(FILTER ALL_FILES EXCLUDE REGEX "src/sys/sys_timer.c")
|
||||
list(FILTER ALL_FILES EXCLUDE REGEX "src/sys/sys_fault.c")
|
||||
list(FILTER ALL_FILES EXCLUDE REGEX "src/mods/object_ram.c")
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Android")
|
||||
list(REMOVE_ITEM ALL_FILES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/src/port/resource/importers/audio/SampleFactory.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/src/port/resource/importers/audio/SampleFactory.h
|
||||
)
|
||||
endif()
|
||||
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "iOS")
|
||||
set(IOS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/libultraship/ios)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user