49 lines
1.1 KiB
CMake
49 lines
1.1 KiB
CMake
# - G4hepnumerics module build definition
|
|
|
|
geant4_add_module(G4hepnumerics
|
|
PUBLIC_HEADERS
|
|
G4AnalyticalPolSolver.hh
|
|
G4ChebyshevApproximation.hh
|
|
G4ConvergenceTester.hh
|
|
G4DataInterpolation.hh
|
|
G4FunctionSolver.hh
|
|
G4GaussChebyshevQ.hh
|
|
G4GaussHermiteQ.hh
|
|
G4GaussJacobiQ.hh
|
|
G4GaussLaguerreQ.hh
|
|
G4GaussLegendreQ.hh
|
|
G4Integrator.hh
|
|
G4Integrator.icc
|
|
G4JTPolynomialSolver.hh
|
|
G4PolynomialSolver.hh
|
|
G4PolynomialSolver.icc
|
|
G4SimpleIntegration.hh
|
|
G4SimplexDownhill.hh
|
|
G4SimplexDownhill.icc
|
|
G4StatDouble.hh
|
|
G4StatAnalysis.hh
|
|
G4StatAnalysis.icc
|
|
G4VGaussianQuadrature.hh
|
|
G4VSIntegration.hh
|
|
SOURCES
|
|
G4AnalyticalPolSolver.cc
|
|
G4ChebyshevApproximation.cc
|
|
G4ConvergenceTester.cc
|
|
G4DataInterpolation.cc
|
|
G4GaussChebyshevQ.cc
|
|
G4GaussHermiteQ.cc
|
|
G4GaussJacobiQ.cc
|
|
G4GaussLaguerreQ.cc
|
|
G4GaussLegendreQ.cc
|
|
G4JTPolynomialSolver.cc
|
|
G4SimpleIntegration.cc
|
|
G4StatDouble.cc
|
|
G4VGaussianQuadrature.cc
|
|
G4VSIntegration.cc)
|
|
|
|
geant4_module_link_libraries(G4hepnumerics
|
|
PUBLIC
|
|
G4globman
|
|
PRIVATE
|
|
G4heprandom)
|