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

@@ -3,6 +3,7 @@
#--- generate necessary dictionaries ------------------------------------------
root_generate_dictionary(
TMusrRunHeaderDict TMusrRunHeader.h LINKDEF TMusrRunHeaderLinkDef.h
MODULE TMusrRunHeader
)
#--- create pkg-config info ---------------------------------------------------
@@ -38,8 +39,8 @@ install(TARGETS TMusrRunHeader DESTINATION lib)
#--- install root pcm's and rootmaps ------------------------------------------
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/libTMusrRunHeaderDict_rdict.pcm
${CMAKE_CURRENT_BINARY_DIR}/libTMusrRunHeaderDict.rootmap
FILES ${CMAKE_CURRENT_BINARY_DIR}/libTMusrRunHeader_rdict.pcm
${CMAKE_CURRENT_BINARY_DIR}/libTMusrRunHeader.rootmap
DESTINATION lib
)