https://github.com/root-project/root
Raw File
Tip revision: c16a0eb67e8a320e16e725c159e386e1dbed4711 authored by David Abdurachmanov on 26 October 2016, 13:47:08 UTC
Set code model to Large for PowerPC64 (aka ppc64le)
Tip revision: c16a0eb
CMakeLists.txt
add_subdirectory(proof)
add_subdirectory(proofplayer) # special CMakeListst.txt
if(NOT WIN32)
  add_subdirectory(proofbench) # special CMakeListst.txt
endif()
if(afdsmgrd)
  add_subdirectory(afdsmgrd)
endif()
if(xrootd AND ssl)
  add_subdirectory(proofd)
  add_subdirectory(proofx)
endif()
add_subdirectory(pq2)
back to top