CMakeLists.txt 172 B

123456
  1. # Install headers
  2. file(GLOB dynamics_headers "*.h")
  3. install(FILES ${dynamics_headers} DESTINATION include/gtsam_unstable/dynamics)
  4. # Add all tests
  5. add_subdirectory(tests)