gtsam/gtsam_unstable/partition/CMakeLists.txt

6 lines
159 B
CMake

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