Skip to content

Commit

Permalink
Changed frsdata/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-luis-rs committed Jun 15, 2024
1 parent 35ffeb2 commit d8394b2
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion frsdata/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,31 @@ set(SRCS
FrsSciTcalData.cxx
FrsSciSingleTcalData.cxx)

set(HEADERS
R3BSeetramCalData.h
R3BFrsMappedData.h
FRSMusicMappedData.h
FRSMusicCalData.h
FRSMusicHitData.h
R3BTpcMappedData.h
R3BTpcCalData.h
R3BTpcHitData.h
R3BFrsS4Data.h
R3BMwMappedData.h
R3BMwHitData.h
R3BMdcMappedData.h
WASATofPoint.h
WASAMdcPoint.h
FrsSpillMappedData.h
VftxSciMappedData.h
FrsSciTcalData.h
FrsSciSingleTcalData.h)



# fill list of header files from list of source files
# by exchanging the file extension
change_file_extension(*.cxx *.h HEADERS "${SRCS}")
#change_file_extension(*.cxx *.h HEADERS "${SRCS}")

add_library_with_dictionary(
LIBNAME
Expand Down

0 comments on commit d8394b2

Please sign in to comment.