https://github.com/root-project/root
Raw File
Tip revision: fc4e473f3bd2aa9b0d37a180c3290edbae01d579 authored by Fons Rademakers on 30 March 2012, 15:04:07 UTC
tag special version for ALICE.
Tip revision: fc4e473
CMakeLists.txt
############################################################################
# CMakeLists.txt file for building ROOT net/netx package
# @author Pere Mato, CERN
############################################################################

ROOT_USE_PACKAGE(net/net)
ROOT_USE_PACKAGE(proof/proofd)

include_directories(${XROOTD_INCLUDE_DIR})
add_definitions(${XROOTD_CFLAGS})
#---------------------------------------------------------------------------

ROOT_GENERATE_DICTIONARY(G__Netx *.h LINKDEF LinkDef.h)
ROOT_GENERATE_ROOTMAP(Netx LINKDEF LinkDef.h DEPENDENCIES Net RIO Thread)
ROOT_LINKER_LIBRARY(Netx *.cxx G__Netx.cxx LIBRARIES ${XROOTD_LIBRARIES} DEPENDENCIES Net RIO Thread)

ROOT_INSTALL_HEADERS()

back to top