mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-23 04:52:07 +00:00
Some small make fixes.
This commit is contained in:
parent
10bdaaec06
commit
b97757e99f
1 changed files with 2 additions and 1 deletions
|
@ -562,7 +562,8 @@ else()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Quake 2 Dedicated Server
|
# Quake 2 Dedicated Server
|
||||||
add_executable(q2ded ${Server-Source} ${Server-Header} ${Platform-Specific-Source})
|
add_executable(q2ded ${Server-Source} ${Server-Header} ${Platform-Specific-Source}
|
||||||
|
${Backends-Generic-Source})
|
||||||
set_target_properties(q2ded PROPERTIES
|
set_target_properties(q2ded PROPERTIES
|
||||||
COMPILE_DEFINITIONS "DEDICATED_ONLY"
|
COMPILE_DEFINITIONS "DEDICATED_ONLY"
|
||||||
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/release
|
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/release
|
||||||
|
|
Loading…
Reference in a new issue