https://github.com/root-project/root
Raw File
Tip revision: 93c381c59a2daf1ec06bc957417467e0c971412a authored by Axel Naumann on 30 September 2014, 11:49:03 UTC
Set release date.
Tip revision: 93c381c
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