Revision 4fd44c7b3c641895603c91ef130c3d3b10b80eef authored by Axel Naumann on 07 February 2014, 22:40:52 UTC, committed by Axel Naumann on 07 February 2014, 22:41:59 UTC
(cherry picked from commit f5b530ffcaba9cd95b1aafef268bcd5904ba3718)
1 parent 5e1543d
Raw File
CMakeLists.txt
############################################################################
# CMakeLists.txt file for building ROOT io/xml package
############################################################################

ROOT_USE_PACKAGE(io/io)

ROOT_GENERATE_DICTIONARY(G__XML *.h  LINKDEF LinkDef.h)
ROOT_GENERATE_ROOTMAP(XMLIO LINKDEF LinkDef.h DEPENDENCIES RIO)

ROOT_LINKER_LIBRARY(XMLIO *.cxx G__XML.cxx DEPENDENCIES RIO )
ROOT_INSTALL_HEADERS()

back to top