gtsam/gtsam_unstable/partition/CMakeLists.txt

6 lines
158 B
CMake

# Install headers
file(GLOB partition_headers "*.h")
install(FILES ${partition_headers} DESTINATION include/gtsam_unstable/parition)
add_subdirectory(tests)