mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-13 14:20:59 +00:00
11 lines
254 B
Text
11 lines
254 B
Text
|
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
|
||
|
)
|