Actually installing headers from unstable/linear

release/4.3a0
Alex Cunningham 2013-03-23 20:19:42 +00:00
parent a2bc0f8ae5
commit f45c5c5f44
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Install headers # Install headers
file(GLOB base_headers "*.h") file(GLOB linear_headers "*.h")
install(FILES ${linear_headers} DESTINATION include/gtsam_unstable/linear) install(FILES ${linear_headers} DESTINATION include/gtsam_unstable/linear)
# Components to link tests in this subfolder against # Components to link tests in this subfolder against