Skip to content
Snippets Groups Projects
Commit 5e0936e1 authored by Lubynets's avatar Lubynets
Browse files

install .rootmap in install/lib

parent 29c6d97e
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,14 @@ install(
OPTIONAL
)
install(
FILES
"${CMAKE_CURRENT_BINARY_DIR}/${PCM_FILE_NAME}.rootmap"
DESTINATION
lib
OPTIONAL
)
include(CMakePackageConfigHelpers)
write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/Centrality/CentralityConfigVersion.cmake"
......
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