Skip to content
Snippets Groups Projects
Commit 4c1c7ff4 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Install folder contents instead of folder

parent 0c973226
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
......@@ -71,9 +71,10 @@ else()
FetchContent_Populate(ghc_filesystem)
add_subdirectory("${ghc_filesystem_SOURCE_DIR}" "${ghc_filesystem_BINARY_DIR}")
install(DIRECTORY "${ghc_filesystem_SOURCE_DIR}/include"
install(DIRECTORY "${ghc_filesystem_SOURCE_DIR}/include/ghc"
FILES_MATCHING PATTERN "*.hpp"
COMPONENT Development
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/ghc"
)
endif()
......
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