Skip to content

Commit

Permalink
add missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
pillot authored and laphecet committed Jan 10, 2015
1 parent 33cd989 commit f1149bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MUON/MUONraw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ set(SRCS

# Headers from sources
string(REPLACE ".cxx" ".h" HDRS "${SRCS}")
set(HDRS ${HDRS}
AliMUONTrackerDDLDecoder.h
AliMUONTrackerDDLDecoderEventHandler.h
AliMUONTriggerDDLDecoder.h
AliMUONTriggerDDLDecoderEventHandler.h
)

# Generate the dictionary
# It will create G_ARG1.cxx and G_ARG1.h / ARG1 = function first argument
Expand Down

0 comments on commit f1149bb

Please sign in to comment.