Skip to content
Snippets Groups Projects
Commit 0cccfa13 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: rootmap and pcm in build dir

parent 54352d57
No related branches found
No related tags found
No related merge requests found
Pipeline #35223 failed
......@@ -53,7 +53,7 @@ install(TARGETS ${EICD_INSTALL_LIBS}
COMPONENT dev)
install(FILES
"${PROJECT_BINARY_DIR}/eicd/eicdDictDict.rootmap"
"${PROJECT_BINARY_DIR}/eicdDictDict.rootmap"
DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT dev)
install(FILES
......@@ -61,7 +61,7 @@ install(FILES
DESTINATION "${CMAKE_INSTALL_DATADIR}/eicd" COMPONENT dev)
install(FILES
"${PROJECT_BINARY_DIR}/eicd/libeicdDict_rdict.pcm"
"${PROJECT_BINARY_DIR}/libeicdDict_rdict.pcm"
DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT dev)
add_custom_target( doc_doxygen #ALL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment