https://github.com/root-project/root
Raw File
Tip revision: 8eaaad62f4eae7c6c52d253224897c221ac623ac authored by Axel Naumann on 14 November 2018, 06:54:11 UTC
Update ROOT version files to v6.15/02.
Tip revision: 8eaaad6
CMakeLists.txt
############################################################################
# CMakeLists.txt file for building ROOT proof/pq2 package
# @author Pere Mato, CERN
############################################################################

ROOT_EXECUTABLE(pq2 *.cxx LIBRARIES Core Proof Hist Matrix Tree
  RIO Net Thread MathCore)
back to top