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