added missing header file for rootcling.

This commit is contained in:
suter_a 2018-05-08 16:15:43 +02:00
parent 36d14d226f
commit d223667872

View File

@ -5,7 +5,7 @@ set(MUSRFIT_INC ${CMAKE_SOURCE_DIR}/src/include)
set(CUBA_INC ${CMAKE_SOURCE_DIR}/src/external/libCuba/src)
root_generate_dictionary(
BMWStartupHandlerDict LINKDEF BMWStartupHandlerLinkDef.h
BMWStartupHandlerDict BMWStartupHandler.h LINKDEF BMWStartupHandlerLinkDef.h
)
#--- create pkg-config info ---------------------------------------------------