https://github.com/root-project/root
Raw File
Tip revision: 460f0199c7cd4fbd0f498736442b145d62b306f3 authored by Fons Rademakers on 09 September 2013, 20:08:49 UTC
make ROOT 6 Preview 3 (5.99.03).
Tip revision: 460f019
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