https://github.com/root-project/root
Raw File
Tip revision: 929eecf078671db1d9abffdb50bd8b167b2da5a3 authored by Axel Naumann on 07 February 2014, 21:58:31 UTC
Make ROOT 6 Beta 2 (5.99.05).
Tip revision: 929eecf
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