Skip to content
Snippets Groups Projects
Commit 3b492861 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

keep header files in their own subfolder

We have many, some with generic names, so it's probably safer this way.
parent 23351906
No related branches found
No related tags found
1 merge request!23WIP: Feature/use cmake
Pipeline #45058 canceled
......@@ -108,7 +108,7 @@ add_library(bfps ${source_files})
target_link_libraries(bfps ${BFPS_LIBS})
install(TARGETS bfps EXPORT BFPS_EXPORT DESTINATION lib/ )
install(DIRECTORY ${PROJECT_SOURCE_DIR}/bfps/cpp DESTINATION include/ FILES_MATCHING PATTERN "*.h*")
install(DIRECTORY ${PROJECT_SOURCE_DIR}/bfps/cpp DESTINATION include/bfps/ FILES_MATCHING PATTERN "*.h*")
#####################################################################################
## Export the configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment