Skip to content
Snippets Groups Projects
Commit cdffa6e6 authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

Update CMakeLists.txt for tree/tree

parent b956ad2d
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,111 @@ ...@@ -4,8 +4,111 @@
############################################################################ ############################################################################
ROOT_STANDARD_LIBRARY_PACKAGE(Tree ROOT_STANDARD_LIBRARY_PACKAGE(Tree
DICTIONARY_OPTIONS "-writeEmptyRootPCM" HEADERS
LIBRARIES ${TBB_LIBRARIES} TBasket.h
DEPENDENCIES Net RIO Thread Imt) TBasketSQL.h
TBranchBrowsable.h
TBranchCacheInfo.h
TBranchClones.h
TBranchElement.h
TBranch.h
TBranchObject.h
TBranchRef.h
TBranchSTL.h
TBufferSQL.h
TChainElement.h
TChain.h
TCut.h
TEntryListArray.h
TEntryListBlock.h
TEntryListFromFile.h
TEntryList.h
TEventList.h
TFriendElement.h
TIndArray.h
TLeafB.h
TLeafC.h
TLeafD.h
TLeafElement.h
TLeafF.h
TLeaf.h
TLeafI.h
TLeafL.h
TLeafObject.h
TLeafO.h
TLeafS.h
TNtupleD.h
TNtuple.h
TQueryResult.h
TreeUtils.h
TSelector.h
TSelectorList.h
TSelectorScalar.h
TTreeCache.h
TTreeCacheUnzip.h
TTreeCloner.h
TTree.h
TTreeResult.h
TTreeRow.h
TTreeSQL.h
TVirtualIndex.h
TVirtualTreePlayer.h
ROOT/TIOFeatures.hxx
SOURCES
src/TBasket.cxx
src/TBasketSQL.cxx
src/TBranchBrowsable.cxx
src/TBranchClones.cxx
src/TBranch.cxx
src/TBranchElement.cxx
src/TBranchIMTHelper.h
src/TBranchObject.cxx
src/TBranchRef.cxx
src/TBranchSTL.cxx
src/TBufferSQL.cxx
src/TChain.cxx
src/TChainElement.cxx
src/TCut.cxx
src/TEntryListArray.cxx
src/TEntryListBlock.cxx
src/TEntryList.cxx
src/TEntryListFromFile.cxx
src/TEventList.cxx
src/TFriendElement.cxx
src/TIOFeatures.cxx
src/TLeafB.cxx
src/TLeafC.cxx
src/TLeaf.cxx
src/TLeafD.cxx
src/TLeafElement.cxx
src/TLeafF.cxx
src/TLeafI.cxx
src/TLeafL.cxx
src/TLeafObject.cxx
src/TLeafO.cxx
src/TLeafS.cxx
src/TNtuple.cxx
src/TNtupleD.cxx
src/TQueryResult.cxx
src/TreeUtils.cxx
src/TSelector.cxx
src/TSelectorList.cxx
src/TSelectorScalar.cxx
src/TTreeCache.cxx
src/TTreeCacheUnzip.cxx
src/TTreeCloner.cxx
src/TTree.cxx
src/TTreeResult.cxx
src/TTreeRow.cxx
src/TTreeSQL.cxx
src/TVirtualIndex.cxx
src/TVirtualTreePlayer.cxx
DICTIONARY_OPTIONS
-writeEmptyRootPCM
DEPENDENCIES
Imt
Net
RIO
)
ROOT_ADD_TEST_SUBDIRECTORY(test) ROOT_ADD_TEST_SUBDIRECTORY(test)
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