gtsam/gtsam_unstable/discrete/CMakeLists.txt

10 lines
235 B
CMake

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