CMakeLists.txt 620 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
############################################################################
# CMakeLists.txt file for building AculData package
############################################################################

ROOT_STANDARD_LIBRARY_PACKAGE(AculData
  HEADERS
    AculCalibCsI.h
    AculCalibration.h
    # ConfigDictionary.h
    # ReturnCodes.h
    # AculDataLinkDef.h
  SOURCES
    AculCalibCsI.cpp
    AculCalibration.cpp
    # ConfigDictionary.cpp
#   DICTIONARY_OPTIONS
#     -writeEmptyRootPCM
#   DEPENDENCIES
#     MathCore
#     Matrix
#     RIO
   LINKDEF
     AculDataLinkDef.h
)

ROOT_ADD_TEST_SUBDIRECTORY(test)