############################################################################ # CMakeLists.txt file for building ROOT misc/table package # @author Pere Mato, CERN ############################################################################ ROOT_GENERATE_DICTIONARY(G__Table *.h MODULE Table LINKDEF LinkDef.h) ROOT_LINKER_LIBRARY(Table *.cxx G__Table.cxx LIBRARIES Core DEPENDENCIES Tree Gpad Graf3d Graf Hist RIO MathCore) ROOT_INSTALL_HEADERS()