Actually installing headers from unstable/linear
parent
a2bc0f8ae5
commit
f45c5c5f44
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue