gtsam/gtsam_unstable/nonlinear/CMakeLists.txt

10 lines
248 B
CMake

# Install headers
file(GLOB nonlinear_headers "*.h")
install(FILES ${nonlinear_headers} DESTINATION include/gtsam_unstable/nonlinear)
FIND_PACKAGE(Ceres REQUIRED)
INCLUDE_DIRECTORIES(${CERES_INCLUDE_DIRS})
# Add all tests
add_subdirectory(tests)