https://github.com/root-project/root
Raw File
Tip revision: 912e4f28ed00a77ba0c57f383375ac9a2681dbd9 authored by Fons Rademakers on 30 May 2014, 16:02:29 UTC
make version v6-00-00.
Tip revision: 912e4f2
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