gtsam/gtsam_unstable/base/CMakeLists.txt

7 lines
180 B
CMake

# Install headers
file(GLOB base_headers "*.h")
install(FILES ${base_headers} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/gtsam_unstable/base)
# Add all tests
add_subdirectory(tests)