remove empty smart folder

release/4.3a0
acxz 2020-07-28 17:10:23 -04:00
parent c985701fdc
commit ce0f21930e
2 changed files with 0 additions and 7 deletions

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")