diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f55edac..298c46b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,8 @@ endif (DEFINED GIT_COMMIT) set (CPACK_PACKAGE_VENDOR "Nano Currency") set(CMAKE_INSTALL_RPATH "@executable_path/../Frameworks") +# Create all libraries and executables in the root binary dir +set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) set (RAIBLOCKS_GUI OFF CACHE BOOL "") set (RAIBLOCKS_TEST OFF CACHE BOOL "")