Skip to content
Snippets Groups Projects
Commit f6ed45fc authored by q66's avatar q66
Browse files

Proper placement of binary files.

parent e81ff1e8
Branches
Tags
No related merge requests found
......@@ -173,7 +173,7 @@ include_directories(
${SQLITE3_INCLUDE_DIR}
)
set(EXECUTABLE_OUTPUT_PATH ../bin)
set(EXECUTABLE_OUTPUT_PATH "${CMAKE_SOURCE_DIR}/bin")
if(BUILD_CLIENT)
add_executable(${PROJECT_NAME} ${minetest_SRCS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment