source: trunk/source/intercoms/sources.cmake@ 1357

Last change on this file since 1357 was 1350, checked in by garnier, 15 years ago

update to last version 4.9.4

File size: 2.4 KB
Line 
1#------------------------------------------------------------------------------
2# sources.cmake
3# Module : G4intercoms
4# Package: Geant4.src.G4intercoms
5#
6# Sources description for a library.
7# Lists the sources and headers of the code explicitely.
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# $Id: sources.cmake,v 1.1 2010/09/29 18:45:22 bmorgan Exp $
15#
16#------------------------------------------------------------------------------
17
18# List external includes needed.
19include_directories(${CLHEP_INCLUDE_DIRS})
20
21# List internal includes needed.
22include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
23include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
24include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
25
26#
27# Define the Geant4 Module.
28#
29include(Geant4MacroDefineModule)
30GEANT4_DEFINE_MODULE(NAME G4intercoms
31 HEADERS
32 G4UIaliasList.hh
33 G4UIbatch.hh
34 G4UIcmdWith3Vector.hh
35 G4UIcmdWith3VectorAndUnit.hh
36 G4UIcmdWithABool.hh
37 G4UIcmdWithADouble.hh
38 G4UIcmdWithADoubleAndUnit.hh
39 G4UIcmdWithAString.hh
40 G4UIcmdWithAnInteger.hh
41 G4UIcmdWithoutParameter.hh
42 G4UIcommand.hh
43 G4UIcommandStatus.hh
44 G4UIcommandTree.hh
45 G4UIcontrolMessenger.hh
46 G4UIdirectory.hh
47 G4UImanager.hh
48 G4UImessenger.hh
49 G4UIparameter.hh
50 G4UIsession.hh
51 G4UItokenNum.hh
52 G4UnitsMessenger.hh
53 G4VFlavoredParallelWorld.hh
54 G4VGlobalFastSimulationManager.hh
55 SOURCES
56 G4UIaliasList.cc
57 G4UIbatch.cc
58 G4UIcmdWith3Vector.cc
59 G4UIcmdWith3VectorAndUnit.cc
60 G4UIcmdWithABool.cc
61 G4UIcmdWithADouble.cc
62 G4UIcmdWithADoubleAndUnit.cc
63 G4UIcmdWithAString.cc
64 G4UIcmdWithAnInteger.cc
65 G4UIcmdWithoutParameter.cc
66 G4UIcommand.cc
67 G4UIcommandTree.cc
68 G4UIcontrolMessenger.cc
69 G4UIdirectory.cc
70 G4UImanager.cc
71 G4UImessenger.cc
72 G4UIparameter.cc
73 G4UIsession.cc
74 G4UnitsMessenger.cc
75 G4VGlobalFastSimulationManager.cc
76 GRANULAR_DEPENDENCIES
77 G4globman
78 GLOBAL_DEPENDENCIES
79 G4global
80 LINK_LIBRARIES
81)
82
83# List any source specific properties here
84
Note: See TracBrowser for help on using the repository browser.