Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# Module : G4readout
|
||||
# Package: Geant4.src.G4readout
|
||||
#------------------------------------------------------------------------------
|
||||
# - G4readout category build
|
||||
|
||||
geant4_global_library_target(COMPONENTS sources.cmake)
|
||||
|
||||
@@ -16,6 +16,9 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
April 1, 2021 B. Morgan (readout-V10-07-00)
|
||||
- Migrate build to modular CMake API
|
||||
|
||||
Dec 9, 2019, B. Morgan (readout-V10-06-00)
|
||||
- Cleanup CMake build, removing obsolete granular library option and
|
||||
explicit include_directories.
|
||||
|
||||
@@ -1,53 +1,25 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# Module : G4readout
|
||||
# Package: Geant4.src.G4readout
|
||||
#------------------------------------------------------------------------------
|
||||
# - G4readout module build definition
|
||||
|
||||
#
|
||||
# Define the Geant4 Module.
|
||||
#
|
||||
geant4_define_module(NAME G4readout
|
||||
HEADERS
|
||||
geant4_add_module(G4readout
|
||||
PUBLIC_HEADERS
|
||||
G4DCtable.hh
|
||||
G4DMmessenger.hh
|
||||
G4DigiManager.hh
|
||||
G4VDigitizerModule.hh
|
||||
G4VDigitizerModule.hh
|
||||
SOURCES
|
||||
G4DCtable.cc
|
||||
G4DMmessenger.cc
|
||||
G4DigiManager.cc
|
||||
G4VDigitizerModule.cc
|
||||
GRANULAR_DEPENDENCIES
|
||||
G4VDigitizerModule.cc)
|
||||
|
||||
geant4_module_link_libraries(G4readout
|
||||
PUBLIC
|
||||
G4globman
|
||||
G4intercoms
|
||||
PRIVATE
|
||||
G4detector
|
||||
G4digits
|
||||
G4emutils
|
||||
G4event
|
||||
G4geometrymng
|
||||
G4globman
|
||||
G4hits
|
||||
G4intercoms
|
||||
G4materials
|
||||
G4navigation
|
||||
G4partman
|
||||
G4procman
|
||||
G4run
|
||||
G4track
|
||||
G4tracking
|
||||
G4volumes
|
||||
GLOBAL_DEPENDENCIES
|
||||
G4digits_hits
|
||||
G4event
|
||||
G4geometry
|
||||
G4global
|
||||
G4intercoms
|
||||
G4materials
|
||||
G4particles
|
||||
G4processes
|
||||
G4run
|
||||
G4track
|
||||
G4tracking
|
||||
LINK_LIBRARIES
|
||||
)
|
||||
|
||||
# List any source specific properties here
|
||||
|
||||
G4run)
|
||||
|
||||
Reference in New Issue
Block a user