1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Merged some FreeBSD fixes

This commit is contained in:
Perttu Ahola 2011-08-11 12:32:36 +03:00
commit 69fca4f3cb
3 changed files with 9 additions and 6 deletions

View file

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