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 4f249fdebe
commit feae053bbc
15 changed files with 78 additions and 51 deletions

View File

@@ -32,6 +32,7 @@ root_generate_dictionary(
-I${CMAKE_CURRENT_SOURCE_DIR}/..
PMuppCanvas.h
LINKDEF PMuppCanvasLinkDef.h
MODULE PMuppCanvas
)
root_generate_dictionary(
PMuppStartupHandlerDict
@@ -39,6 +40,7 @@ root_generate_dictionary(
-I${CMAKE_CURRENT_SOURCE_DIR}/..
PMuppStartupHandler.h
LINKDEF PMuppStartupHandlerLinkDef.h
MODULE PMuppStartupHandler
)
#--- define all the dictonary cxx ---------------------------------------------