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}
BMWStartupHandler.h
LINKDEF BMWStartupHandlerLinkDef.h
MODULE BMWStartupHandler
)
#--- create pkg-config info ---------------------------------------------------
@@ -53,8 +54,8 @@ install(TARGETS BMWtools DESTINATION lib)
#--- install root pcm's and rootmaps ------------------------------------------
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/libBMWStartupHandlerDict_rdict.pcm
${CMAKE_CURRENT_BINARY_DIR}/libBMWStartupHandlerDict.rootmap
FILES ${CMAKE_CURRENT_BINARY_DIR}/libBMWStartupHandler_rdict.pcm
${CMAKE_CURRENT_BINARY_DIR}/libBMWStartupHandler.rootmap
DESTINATION lib
)