#------------------------------------------------------------------------------ # sources.cmake # Module : G4phonon # Package: Geant4.src.G4processes.G4phonon # # 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/10/2013 # # #------------------------------------------------------------------------------ # List external includes needed. include_directories(${CLHEP_INCLUDE_DIRS}) # List internal includes needed. include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include) include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include) 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/bosons/include) include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include) include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include) include_directories(${CMAKE_SOURCE_DIR}/source/processes/management/include) include_directories(${CMAKE_SOURCE_DIR}/source/processes/biasing/management/include) include_directories(${CMAKE_SOURCE_DIR}/source/processes/biasing/generic/include) include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/utils/include) include_directories(${CMAKE_SOURCE_DIR}/source/track/include) # # Define the Geant4 Module. # include(Geant4MacroDefineModule) GEANT4_DEFINE_MODULE(NAME G4phonon HEADERS G4ChannelingTrackData.hh G4ChannelingOptrMultiParticleChangeCrossSection.hh G4ChannelingOptrChangeCrossSection.hh G4ChannelingMaterialData.hh G4Channeling.hh G4ChannelingECHARM.hh SOURCES G4ChannelingTrackData.cc G4ChannelingOptrMultiParticleChangeCrossSection.cc G4ChannelingOptrChangeCrossSection.cc G4ChannelingMaterialData.cc G4Channeling.cc G4ChannelingECHARM.cc GRANULAR_DEPENDENCIES G4bosons G4baryons G4geometrymng G4globman G4materials G4partman G4emutils G4procman G4track G4volumes G4biasing_mgt G4biasing_gen GLOBAL_DEPENDENCIES G4geometry G4global G4materials G4particles G4track LINK_LIBRARIES ) # List any source specific properties here