Revision 5795e21e6f9430ad414db1c8ee2f62529b2d7aac authored by Axel Naumann on 01 April 2014, 16:25:53 UTC, committed by Axel Naumann on 01 April 2014, 16:25:53 UTC
Brings PyROOT::TMethodHolder::Execute() from 2.7M down to 1.4M instructions,
according to callgrind and for the test case of ROOT-6075.
2 parent s 291f23e + 8e50d34
Raw File
CMakeLists.txt
add_subdirectory(proof)
add_subdirectory(proofplayer) # special CMakeListst.txt
if(afdsmgrd)
  add_subdirectory(afdsmgrd)
endif()
if(xrootd)
  add_subdirectory(proofd)
  add_subdirectory(proofx)
endif()
add_subdirectory(proofbench)
add_subdirectory(pq2)
back to top