Import Geant4 11.1.0 source tree
This commit is contained in:
@@ -4,6 +4,9 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
|
||||
which **must** added in reverse chronological order (newest at the top). It must **not**
|
||||
be used as a substitute for writing good git commit messages!
|
||||
|
||||
## 2022-09-03 Ben Morgan (vis-HepRep-V11-00-02)
|
||||
- Make dependencies consistent.
|
||||
|
||||
## 2022-01-28 Ben Morgan (vis-HepRep-V11-00-01)
|
||||
- Replace `geant4_global_library_target` with direct file inclusion and
|
||||
call to `geant4_add_category` to define library build from source modules.
|
||||
|
||||
@@ -18,16 +18,16 @@ geant4_add_module(G4visHepRep
|
||||
geant4_module_link_libraries(G4visHepRep
|
||||
PUBLIC
|
||||
G4csg
|
||||
G4geometrymng
|
||||
G4materials
|
||||
G4modeling
|
||||
G4specsolids
|
||||
G4globman
|
||||
G4intercoms
|
||||
G4vis_management
|
||||
G4graphics_reps
|
||||
PRIVATE
|
||||
G4hepgeometry
|
||||
G4geometrymng
|
||||
G4graphics_reps
|
||||
G4hits
|
||||
G4materials
|
||||
G4modeling
|
||||
G4tracking)
|
||||
|
||||
# List any source specific properties here
|
||||
|
||||
Reference in New Issue
Block a user