smart directory

release/4.3a0
cbeall3 2014-11-26 08:33:06 -05:00
parent a9b9113719
commit 8d272f4294
3 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,7 @@ set (gtsam_subdirs
sam sam
sfm sfm
slam slam
smart
navigation navigation
) )

View File

@ -0,0 +1,6 @@
# Install headers
file(GLOB smart_headers "*.h")
install(FILES ${smart_headers} DESTINATION include/gtsam/smart)
# Build tests
add_subdirectory(tests)

View File

@ -0,0 +1 @@
gtsamAddTestsGlob(smart "test*.cpp" "" "gtsam")