Skip to content
Snippets Groups Projects
Commit dd838b0e authored by Christopher Dilks's avatar Christopher Dilks
Browse files

build: subdirectory for header installation

parent 9a1b18eb
No related branches found
No related tags found
2 merge requests!309Irt algo,!293feat: dRICH benchmarks
......@@ -30,5 +30,5 @@ target_link_libraries(${algo_exe}
)
# installation
install(FILES ${algo_headers} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME})
install(FILES ${algo_headers} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${CMAKE_PROJECT_NAME}/${det_name})
install(TARGETS ${algo_exe} ${algo_lib})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment