Added headers files to show up in MSVC

release/4.3a0
Richard Roberts 2012-06-11 14:52:05 +00:00
parent 3be4be9039
commit 22c8c483a9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
file(GLOB cppunitlite_headers "*.h")
file(GLOB cppunitlite_src "*.cpp")
add_library(CppUnitLite STATIC ${cppunitlite_src})
add_library(CppUnitLite STATIC ${cppunitlite_src} ${cppunitlite_headers})
gtsam_assign_source_folders("${cppunitlite_headers};${cppunitlite_src}") # MSVC project structure