Merge pull request #445 from acxz/smart

remove empty smart folder
release/4.3a0
Varun Agrawal 2020-07-29 20:11:21 -04:00 committed by GitHub
commit 73d1240a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 8 deletions

View File

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

View File

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

View File

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