Skip to content
Snippets Groups Projects
Commit 9510fcde authored by adrien-matta's avatar adrien-matta
Browse files

* adding missing pcm and rootmap install in Maya

parent dbb9f413
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,5 @@ add_library(NPMaya SHARED TMayaData.cxx TMayaHisto.cxx TMayaDataDict.cxx TMayaHi
target_link_libraries(NPMaya ${ROOT_LIBRARIES} NPCore)
install(FILES TMayaData.h TMayaHisto.h ConfigReader.h DESTINATION ${CMAKE_INCLUDE_OUTPUT_DIRECTORY})
install(FILES TMayaData.rootmap DESTINATION ${CMAKE_LIBRARY_OUTPUT_DIRECTORY})
install(FILES TMayaDataDict_rdict.pcm DESTINATION ${CMAKE_LIBRARY_OUTPUT_DIRECTORY})
install(FILES TMayaData.rootmap TMayaHisto.rootmap DESTINATION ${CMAKE_LIBRARY_OUTPUT_DIRECTORY})
install(FILES TMayaDataDict_rdict.pcm TMayaHistoDict_rdict.pcm DESTINATION ${CMAKE_LIBRARY_OUTPUT_DIRECTORY})
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