Import Geant4 11.2.0.beta source tree
This commit is contained in:
@@ -1,38 +0,0 @@
|
||||
|
||||
name := G4FR
|
||||
|
||||
ifndef G4INSTALL
|
||||
G4INSTALL = ../../..
|
||||
endif
|
||||
|
||||
GLOBLIBS = libG4vis_management.lib libG4modeling.lib
|
||||
GLOBLIBS += libG4run.lib libG4event.lib
|
||||
GLOBLIBS += libG4tracking.lib libG4processes.lib libG4digits_hits.lib
|
||||
GLOBLIBS += libG4track.lib libG4particles.lib libG4geometry.lib
|
||||
GLOBLIBS += libG4materials.lib libG4graphics_reps.lib
|
||||
GLOBLIBS += libG4intercoms.lib libG4global.lib
|
||||
|
||||
include $(G4INSTALL)/config/architecture.gmk
|
||||
include $(G4INSTALL)/config/G4VIS_BUILD.gmk
|
||||
include $(G4INSTALL)/config/interactivity.gmk
|
||||
|
||||
# NO need OGL, then reset OGLGLAGS
|
||||
OGLFLAGS =
|
||||
OGLLIBS =
|
||||
# NO need QT, then reset QTGLAGS
|
||||
QTFLAGS =
|
||||
QTLIBS =
|
||||
GLQTLIBS =
|
||||
|
||||
CPPFLAGS += -I$(G4BASE)/visualization/management/include
|
||||
CPPFLAGS += -I$(G4BASE)/visualization/modeling/include
|
||||
CPPFLAGS += -I$(G4BASE)/global/management/include
|
||||
CPPFLAGS += -I$(G4BASE)/graphics_reps/include
|
||||
CPPFLAGS += -I$(G4BASE)/intercoms/include
|
||||
CPPFLAGS += -I$(G4BASE)/global/HEPGeometry/include
|
||||
CPPFLAGS += -I$(G4BASE)/geometry/solids/CSG/include
|
||||
CPPFLAGS += -I$(G4BASE)/geometry/solids/specific/include
|
||||
CPPFLAGS += -I$(G4BASE)/geometry/management/include
|
||||
CPPFLAGS += -I$(G4BASE)/digits_hits/hits/include
|
||||
|
||||
include $(G4INSTALL)/config/common.gmk
|
||||
@@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages!
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
## 2023-02-06 Ben Morgan (DAWN-V11-01-00)
|
||||
- Isolate private headers and update dependencies
|
||||
|
||||
## 2022-11-25 Gabriele Cosmo (DAWN-V11-00-03)
|
||||
- Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1.
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
geant4_add_module(G4FR
|
||||
PUBLIC_HEADERS
|
||||
G4DAWNFILE.hh
|
||||
PRIVATE_HEADERS
|
||||
G4DAWNFILESceneHandler.hh
|
||||
G4DAWNFILEViewer.hh
|
||||
G4FRConst.hh
|
||||
@@ -18,12 +19,12 @@ geant4_add_module(G4FR
|
||||
|
||||
geant4_module_link_libraries(G4FR
|
||||
PUBLIC
|
||||
G4geometrymng
|
||||
G4modeling
|
||||
G4vis_management
|
||||
G4globman
|
||||
PRIVATE
|
||||
G4csg
|
||||
G4geometrymng
|
||||
G4globman
|
||||
G4graphics_reps
|
||||
G4hepgeometry)
|
||||
G4hepgeometry
|
||||
G4modeling)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user