Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
cxwx
Root
Commits
cdffa6e6
Commit
cdffa6e6
authored
6 years ago
by
Guilherme Amadio
Browse files
Options
Downloads
Patches
Plain Diff
Update CMakeLists.txt for tree/tree
parent
b956ad2d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tree/tree/CMakeLists.txt
+106
-3
106 additions, 3 deletions
tree/tree/CMakeLists.txt
with
106 additions
and
3 deletions
tree/tree/CMakeLists.txt
+
106
−
3
View file @
cdffa6e6
...
@@ -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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment