mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-30 13:00:54 +00:00
53799eb390
Generates zips only at the moment
11 lines
No EOL
254 B
CMake
11 lines
No EOL
254 B
CMake
add_executable(${SRB2_WIN_EXE_NAME} EXCLUDE_FROM_ALL
|
|
${SRB2_CORE_SOURCES}
|
|
${SRB2_CORE_HEADERS}
|
|
${SRB2_LUA_SOURCES}
|
|
${SRB2_LUA_HEADERS}
|
|
${SRB2_BLUA_SOURCES}
|
|
${SRB2_BLUA_HEADERS})
|
|
|
|
target_compile_definitions(${SRB2_WIN_EXE_NAME} PRIVATE
|
|
-D_WINDOWS
|
|
) |