small CMake formatting
parent
66a3c084f1
commit
4eef9023e9
|
@ -1,9 +1,9 @@
|
||||||
# Install headers
|
# Install headers
|
||||||
file(GLOB nonlinear_headers "*.h")
|
file(GLOB nonlinear_headers "*.h")
|
||||||
install(FILES ${nonlinear_headers} DESTINATION include/gtsam/nonlinear)
|
install(FILES ${nonlinear_headers} DESTINATION "include/gtsam/nonlinear")
|
||||||
|
|
||||||
file(GLOB nonlinear_headers_internal "internal/*.h")
|
file(GLOB nonlinear_headers_internal "internal/*.h")
|
||||||
install(FILES ${nonlinear_headers_internal} DESTINATION include/gtsam/nonlinear/internal)
|
install(FILES ${nonlinear_headers_internal} DESTINATION "include/gtsam/nonlinear/internal")
|
||||||
|
|
||||||
# Build tests
|
# Build tests
|
||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
|
|
Loading…
Reference in New Issue