https://github.com/root-project/root
Raw File
Tip revision: 7f61de23d790479b053e47f718affb2725de9ab1 authored by Pere Mato on 12 January 2015, 14:26:28 UTC
Update ROOT version files to v5.34/25.
Tip revision: 7f61de2
CMakeLists.txt
############################################################################
# CMakeLists.txt file for building ROOT math/minuit package
############################################################################

ROOT_USE_PACKAGE(math/matrix)
ROOT_USE_PACKAGE(math/mathcore)
ROOT_USE_PACKAGE(hist/hist)

ROOT_STANDARD_LIBRARY_PACKAGE(Minuit DEPENDENCIES Graf Hist Matrix MathCore)
back to top