This commit is contained in:
aozhiwei 2023-10-02 11:54:16 +08:00
parent 3fce35d421
commit 3872cffe96

View File

@ -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()