smart directory
parent
a9b9113719
commit
8d272f4294
|
@ -12,6 +12,7 @@ set (gtsam_subdirs
|
||||||
sam
|
sam
|
||||||
sfm
|
sfm
|
||||||
slam
|
slam
|
||||||
|
smart
|
||||||
navigation
|
navigation
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Install headers
|
||||||
|
file(GLOB smart_headers "*.h")
|
||||||
|
install(FILES ${smart_headers} DESTINATION include/gtsam/smart)
|
||||||
|
|
||||||
|
# Build tests
|
||||||
|
add_subdirectory(tests)
|
|
@ -0,0 +1 @@
|
||||||
|
gtsamAddTestsGlob(smart "test*.cpp" "" "gtsam")
|
Loading…
Reference in New Issue