mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 20:51:31 +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()
|
||||
|
||||
# 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
|
||||
COMPILE_DEFINITIONS "DEDICATED_ONLY"
|
||||
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/release
|
||||
|
|
Loading…
Reference in a new issue