Revision 93c381c59a2daf1ec06bc957417467e0c971412a authored by Axel Naumann on 30 September 2014, 11:49:03 UTC, committed by Axel Naumann on 30 September 2014, 11:49:03 UTC
1 parent 3eea9f7
Raw File
CMakeLists.txt
############################################################################
# CMakeLists.txt file for building ROOT math/splot package
############################################################################

ROOT_USE_PACKAGE(hist/hist)
ROOT_USE_PACKAGE(tree/tree)
ROOT_USE_PACKAGE(tree/treeplayer)
ROOT_USE_PACKAGE(graf3d)

ROOT_STANDARD_LIBRARY_PACKAGE(SPlot DEPENDENCIES Matrix Hist Tree TreePlayer Graf3d Graf MathCore)

back to top