source: trunk/source/global/HEPNumerics/sources.cmake@ 1353

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

update to last version 4.9.4

File size: 1.9 KB
Line 
1#------------------------------------------------------------------------------
2# sources.cmake
3# Module : G4hepnumerics
4# Package: Geant4.src.G4global.G4hepnumerics
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.2 2010/10/12 07:24:27 gcosmo 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/management/include)
23
24#
25# Define the Geant4 Module.
26#
27include(Geant4MacroDefineModule)
28GEANT4_DEFINE_MODULE(NAME G4hepnumerics
29 HEADERS
30 G4AnalyticalPolSolver.hh
31 G4ChebyshevApproximation.hh
32 G4ConvergenceTester.hh
33 G4DataInterpolation.hh
34 G4GaussChebyshevQ.hh
35 G4GaussHermiteQ.hh
36 G4GaussJacobiQ.hh
37 G4GaussLaguerreQ.hh
38 G4GaussLegendreQ.hh
39 G4Integrator.hh
40 G4Integrator.icc
41 G4JTPolynomialSolver.hh
42 G4PolynomialSolver.hh
43 G4PolynomialSolver.icc
44 G4SimpleIntegration.hh
45 G4SimplexDownhill.hh
46 G4SimplexDownhill.icc
47 G4VGaussianQuadrature.hh
48 SOURCES
49 G4AnalyticalPolSolver.cc
50 G4ChebyshevApproximation.cc
51 G4ConvergenceTester.cc
52 G4DataInterpolation.cc
53 G4GaussChebyshevQ.cc
54 G4GaussHermiteQ.cc
55 G4GaussJacobiQ.cc
56 G4GaussLaguerreQ.cc
57 G4GaussLegendreQ.cc
58 G4JTPolynomialSolver.cc
59 G4SimpleIntegration.cc
60 G4VGaussianQuadrature.cc
61 GRANULAR_DEPENDENCIES
62 G4globman
63 GLOBAL_DEPENDENCIES
64 LINK_LIBRARIES
65)
66
67# List any source specific properties here
68
Note: See TracBrowser for help on using the repository browser.