projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e81ff1e
)
Proper placement of binary files.
author
q66
<quaker66@gmail.com>
Thu, 11 Aug 2011 09:07:35 +0000
(11:07 +0200)
committer
q66
<quaker66@gmail.com>
Thu, 11 Aug 2011 09:19:33 +0000
(11:19 +0200)
src/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index 5bdfc7eeeb17ff4277326cd648296c61409aad67..7046857e647da47eae82cbd2cdca7c8bb7d0904b 100644
(file)
--- a/
src/CMakeLists.txt
+++ b/
src/CMakeLists.txt
@@
-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})