Skip to content
Snippets Groups Projects
Commit 158299cd authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Added proofbench/CMakeLists.txt file

parent c0c67729
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,5 @@ endif()
if(xrootd)
add_subdirectory(proofd)
add_subdirectory(proofx)
add_subdirectory(proofbench)
endif()
############################################################################
# CMakeLists.txt file for building ROOT proof/proofbench package
############################################################################
ROOT_USE_PACKAGE(proof/proof)
ROOT_USE_PACKAGE(proof/proofplayer)
ROOT_GLOB_HEADERS(headers inc/TProof*.h)
ROOT_GLOB_SOURCES(sources src/TProof*.cxx)
ROOT_GENERATE_DICTIONARY(G__ProofBench ${headers} LINKDEF LinkDef.h)
ROOT_GENERATE_ROOTMAP(ProofBench LINKDEF LinkDef.h DEPENDENCIES Net RIO)
ROOT_LINKER_LIBRARY(ProofBench ${sources} G__ProofBench.cxx LIBRARIES Core DEPENDENCIES Hist Gpad ProofPlayer)
ROOT_INSTALL_HEADERS()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment