Skip to content
Snippets Groups Projects
Commit 294b3ce2 authored by Oleksii Lubynets's avatar Oleksii Lubynets
Browse files

replace install FILES with DIRECTORY

parent 06a52775
No related branches found
No related tags found
1 merge request!111replace install FILES with DIRECTORY
......@@ -65,6 +65,6 @@ endforeach(LIB_NAME)
# ${CMAKE_BINARY_DIR}/lib/${CMAKE_SHARED_LIBRARY_PREFIX}AnalysisTree_rdict.pcm
# DESTINATION lib
# )
Install(FILES ${CMAKE_BINARY_DIR}/include/AnalysisTree
Install(DIRECTORY ${CMAKE_BINARY_DIR}/include/AnalysisTree
DESTINATION include
)
\ No newline at end of file
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