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