mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Proper placement of binary files.
This commit is contained in:
parent
e81ff1e833
commit
f6ed45fc20
@ -173,7 +173,7 @@ include_directories(
|
|||||||
${SQLITE3_INCLUDE_DIR}
|
${SQLITE3_INCLUDE_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
set(EXECUTABLE_OUTPUT_PATH ../bin)
|
set(EXECUTABLE_OUTPUT_PATH "${CMAKE_SOURCE_DIR}/bin")
|
||||||
|
|
||||||
if(BUILD_CLIENT)
|
if(BUILD_CLIENT)
|
||||||
add_executable(${PROJECT_NAME} ${minetest_SRCS})
|
add_executable(${PROJECT_NAME} ${minetest_SRCS})
|
||||||
|
Loading…
Reference in New Issue
Block a user