Skip to content
Snippets Groups Projects
Commit e76976c0 authored by Oksana Shadura's avatar Oksana Shadura Committed by Oksana Shadura
Browse files

Update CMakeLists.txt for math/foam modules

parent e1b973b9
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,22 @@
# CMakeLists.txt file for building ROOT math/foam package
############################################################################
ROOT_STANDARD_LIBRARY_PACKAGE(Foam DEPENDENCIES Hist MathCore)
ROOT_STANDARD_LIBRARY_PACKAGE(Foam
HEADERS
TFoam.h
TFoamCell.h
TFoamIntegrand.h
TFoamMaxwt.h
TFoamSampler.h
TFoamVect.h
SOURCES
src/TFoam.cxx
src/TFoamCell.cxx
src/TFoamIntegrand.cxx
src/TFoamMaxwt.cxx
src/TFoamSampler.cxx
src/TFoamVect.cxx
DEPENDENCIES
Hist
MathCore
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment