Geant4 Cross Reference |
1 # G4biasing_mgt module build definition << 1 #------------------------------------------------------------------------------ >> 2 # sources.cmake >> 3 # Module : G4biasing_mgt >> 4 # Package: Geant4.src.G4processes.G4biasing_mgt >> 5 # >> 6 # Sources description for a library. >> 7 # Lists the sources and headers of the code explicitly. >> 8 # Lists include paths needed. >> 9 # Lists the internal granular and global dependencies of the library. >> 10 # Source specific properties should be added at the end. >> 11 # >> 12 # Generated on : 24/9/2010 >> 13 # >> 14 # >> 15 #------------------------------------------------------------------------------ 2 16 >> 17 # 3 # Define the Geant4 Module. 18 # Define the Geant4 Module. 4 geant4_add_module(G4biasing_mgt << 19 # 5 PUBLIC_HEADERS << 20 GEANT4_DEFINE_MODULE(NAME G4biasing_mgt 6 G4VProcessPlacer.hh << 21 HEADERS 7 G4ProcessPlacer.hh << 22 G4VProcessPlacer.hh 8 G4BiasingAppliedCase.hh << 23 G4ProcessPlacer.hh 9 G4BiasingOperationManager.hh << 24 G4BiasingAppliedCase.hh 10 G4VBiasingInteractionLaw.hh << 25 G4BiasingOperationManager.hh 11 G4VBiasingOperation.hh << 26 G4VBiasingInteractionLaw.hh 12 G4VBiasingOperator.hh << 27 G4VBiasingOperation.hh 13 SOURCES << 28 G4VBiasingOperator.hh 14 G4VProcessPlacer.cc << 29 SOURCES 15 G4ProcessPlacer.cc << 30 G4VProcessPlacer.cc 16 G4BiasingOperationManager.cc << 31 G4ProcessPlacer.cc 17 G4VBiasingOperation.cc << 32 G4BiasingOperationManager.cc 18 G4VBiasingOperator.cc) << 33 G4VBiasingOperation.cc >> 34 G4VBiasingOperator.cc >> 35 GRANULAR_DEPENDENCIES >> 36 G4cuts >> 37 G4detector >> 38 G4emutils >> 39 G4geombias >> 40 G4geometrymng >> 41 G4globman >> 42 G4hits >> 43 G4intercoms >> 44 G4magneticfield >> 45 G4materials >> 46 G4navigation >> 47 G4partman >> 48 G4procman >> 49 G4track >> 50 G4transportation >> 51 G4volumes >> 52 GLOBAL_DEPENDENCIES >> 53 G4digits_hits >> 54 G4geometry >> 55 G4global >> 56 G4intercoms >> 57 G4materials >> 58 G4particles >> 59 G4track >> 60 LINK_LIBRARIES >> 61 ) >> 62 >> 63 # List any source specific properties here 19 64 20 geant4_module_link_libraries(G4biasing_mgt << 21 PUBLIC << 22 G4globman << 23 G4track << 24 PRIVATE << 25 G4partman << 26 G4procman) <<