Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -22,4 +22,19 @@ CPPFLAGS += -I$(G4BASE)/global/management/include
|
||||
CPPFLAGS += -I$(G4BASE)/intercoms/include
|
||||
CPPFLAGS += -I$(G4BASE)/interfaces/basic/include
|
||||
|
||||
# Locally adjust source list before including common.gmk
|
||||
sources := $(addprefix src/,G4InteractorMessenger.cc G4VBasicShell.cc G4VInteractiveSession.cc G4VInteractorManager.cc)
|
||||
|
||||
ifdef G4INTY_BUILD_XT
|
||||
sources += src/G4Xt.cc
|
||||
endif
|
||||
|
||||
ifdef G4INTY_BUILD_QT
|
||||
sources += src/G4Qt.cc
|
||||
endif
|
||||
|
||||
ifdef G4INTY_BUILD_WIN32
|
||||
sources += src/G4Win32.cc
|
||||
endif
|
||||
|
||||
include $(G4INSTALL)/config/common.gmk
|
||||
|
||||
Reference in New Issue
Block a user