kopia lustrzana https://github.com/OpenDroneMap/ODM
move binaries to a common directory
rodzic
dbd1943e3a
commit
d7fca4b3d8
|
@ -9,5 +9,8 @@ project(OpenDroneMap C CXX)
|
|||
# Set third party libs location
|
||||
set(CMAKE_PREFIX_PATH "${CMAKE_CURRENT_SOURCE_DIR}/SuperBuild/install")
|
||||
|
||||
# move binaries to the same bin directory
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
|
||||
|
||||
# Add ODM sub-modules
|
||||
add_subdirectory(modules)
|
Ładowanie…
Reference in New Issue