https://github.com/root-project/root
Raw File
Tip revision: 54c93431d692dd525b7cff1abb04493221f47c14 authored by Axel Naumann on 29 May 2015, 08:33:42 UTC
Update ROOT version files to v6.02/10.
Tip revision: 54c9343
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 DICTIONARY_OPTIONS "-writeEmptyRootPCM")
back to top