https://github.com/root-project/root
Raw File
Tip revision: 48e34ed3d3d8adccef966f1166cdc27a3491a62b authored by Axel Naumann on 21 March 2023, 10:09:10 UTC
"Update ROOT version files to v6.28/02."
Tip revision: 48e34ed
CMakeLists.txt
# Copyright (C) 1995-2019, Rene Brun and Fons Rademakers.
# All rights reserved.
#
# For the licensing terms see $ROOTSYS/LICENSE.
# For the list of contributors see $ROOTSYS/README/CREDITS.

add_subdirectory(proof)
add_subdirectory(proofplayer) # special CMakeListst.txt
if(NOT WIN32)
  add_subdirectory(proofbench) # special CMakeListst.txt
endif()
if(xproofd AND xrootd AND ssl)
  add_subdirectory(proofd)
  add_subdirectory(proofx)
endif()
back to top