1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Update CMakeLists.txt with new argparse location

Argparse library got merged into main repository, there's no need to
call out to it now.
This commit is contained in:
Michał Janiszewski
2016-01-09 20:24:29 +01:00
committed by IntelOrca
parent d29faf25c4
commit ed8ac6f1cd

View File

@@ -118,7 +118,7 @@ endif (USE_LODEPNG)
# include lib
include_directories("lib/")
# add source files
file(GLOB_RECURSE ORCT2_SOURCES "src/*.c" "src/*.cpp" "lib/argparse/*.c" ${LODEPNG_SOURCES})
file(GLOB_RECURSE ORCT2_SOURCES "src/*.c" "src/*.cpp" ${LODEPNG_SOURCES})
if (APPLE)
file(GLOB_RECURSE ORCT2_MM_SOURCES "src/*.m")
set_source_files_properties(${ORCT2_MM_SOURCES} PROPERTIES COMPILE_FLAGS "-x objective-c -fmodules")