1
This commit is contained in:
parent
3fce35d421
commit
3872cffe96
@ -79,15 +79,9 @@ aux_source_directory(.
|
|||||||
SRC_LIST
|
SRC_LIST
|
||||||
)
|
)
|
||||||
|
|
||||||
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
|
set(EXECUTABLE_OUTPUT_PATH
|
||||||
set(EXECUTABLE_OUTPUT_PATH
|
|
||||||
${PROJECT_BINARY_DIR}/../bin/masterserver/bin
|
${PROJECT_BINARY_DIR}/../bin/masterserver/bin
|
||||||
)
|
)
|
||||||
else ()
|
|
||||||
set(EXECUTABLE_OUTPUT_PATH
|
|
||||||
${PROJECT_BINARY_DIR}/../bin
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
add_executable(
|
add_executable(
|
||||||
masterserver${GAME_ID} ${SRC_LIST}
|
masterserver${GAME_ID} ${SRC_LIST}
|
||||||
@ -138,4 +132,3 @@ else()
|
|||||||
behaviac_gcc_release
|
behaviac_gcc_release
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user