added MODULE to root_generate_dictionary in order to get the proper name scheme.

This commit is contained in:
2018-06-28 13:17:43 +02:00
parent 2d5d7d3d81
commit 55b5788506
15 changed files with 78 additions and 51 deletions

View File

@@ -9,6 +9,7 @@ root_generate_dictionary(
-I${MUSRFIT_INC}
TBNMR.h
LINKDEF TBNMRLinkDef.h
MODULE TBNMR
)
#--- lib creation -------------------------------------------------------------
@@ -38,8 +39,8 @@ install(TARGETS BNMR DESTINATION lib)
#--- install root pcm's and rootmaps ------------------------------------------
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/libTBNMRDict_rdict.pcm
${CMAKE_CURRENT_BINARY_DIR}/libTBNMRDict.rootmap
FILES ${CMAKE_CURRENT_BINARY_DIR}/libTBNMR_rdict.pcm
${CMAKE_CURRENT_BINARY_DIR}/libTBNMR.rootmap
DESTINATION lib
)