104 lines
2.7 KiB
CMake
104 lines
2.7 KiB
CMake
#------------------------------------------------------------------------------
|
|
# sources.cmake
|
|
# Module : G4mesons
|
|
# Package: Geant4.src.G4particles..G4mesons
|
|
#
|
|
# Sources description for a library.
|
|
# Lists the sources and headers of the code explicitely.
|
|
# Lists include paths needed.
|
|
# Lists the internal granular and global dependencies of the library.
|
|
# Source specific properties should be added at the end.
|
|
#
|
|
# Generated on : 24/9/2010
|
|
#
|
|
#
|
|
#------------------------------------------------------------------------------
|
|
|
|
# List external includes needed.
|
|
include_directories(${CLHEP_INCLUDE_DIRS})
|
|
|
|
# List internal includes needed.
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
|
|
|
|
#
|
|
# Define the Geant4 Module.
|
|
#
|
|
include(Geant4MacroDefineModule)
|
|
GEANT4_DEFINE_MODULE(NAME G4mesons
|
|
HEADERS
|
|
G4AntiBMesonZero.hh
|
|
G4AntiBsMesonZero.hh
|
|
G4AntiDMesonZero.hh
|
|
G4AntiKaonZero.hh
|
|
G4BcMesonMinus.hh
|
|
G4BMesonMinus.hh
|
|
G4BcMesonPlus.hh
|
|
G4BMesonPlus.hh
|
|
G4BMesonZero.hh
|
|
G4BsMesonZero.hh
|
|
G4DMesonMinus.hh
|
|
G4DMesonPlus.hh
|
|
G4DMesonZero.hh
|
|
G4DsMesonMinus.hh
|
|
G4DsMesonPlus.hh
|
|
G4Eta.hh
|
|
G4Etac.hh
|
|
G4EtaPrime.hh
|
|
G4JPsi.hh
|
|
G4KaonMinus.hh
|
|
G4KaonPlus.hh
|
|
G4KaonZero.hh
|
|
G4KaonZeroLong.hh
|
|
G4KaonZeroShort.hh
|
|
G4MesonConstructor.hh
|
|
G4PionMinus.hh
|
|
G4PionPlus.hh
|
|
G4PionZero.hh
|
|
G4Upsilon.hh
|
|
SOURCES
|
|
G4AntiBMesonZero.cc
|
|
G4AntiBsMesonZero.cc
|
|
G4AntiDMesonZero.cc
|
|
G4AntiKaonZero.cc
|
|
G4BMesonMinus.cc
|
|
G4BcMesonMinus.cc
|
|
G4BMesonPlus.cc
|
|
G4BcMesonPlus.cc
|
|
G4BMesonZero.cc
|
|
G4BsMesonZero.cc
|
|
G4DMesonMinus.cc
|
|
G4DMesonPlus.cc
|
|
G4DMesonZero.cc
|
|
G4DsMesonMinus.cc
|
|
G4DsMesonPlus.cc
|
|
G4Eta.cc
|
|
G4Etac.cc
|
|
G4EtaPrime.cc
|
|
G4JPsi.cc
|
|
G4KaonMinus.cc
|
|
G4KaonPlus.cc
|
|
G4KaonZero.cc
|
|
G4KaonZeroLong.cc
|
|
G4KaonZeroShort.cc
|
|
G4MesonConstructor.cc
|
|
G4PionMinus.cc
|
|
G4PionPlus.cc
|
|
G4PionZero.cc
|
|
G4Upsilon.cc
|
|
GRANULAR_DEPENDENCIES
|
|
G4globman
|
|
G4materials
|
|
G4partman
|
|
GLOBAL_DEPENDENCIES
|
|
G4global
|
|
G4materials
|
|
LINK_LIBRARIES
|
|
)
|
|
|
|
# List any source specific properties here
|
|
|