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
158299cd
Commit
158299cd
authored
11 years ago
by
Pere Mato Vila
Browse files
Options
Downloads
Patches
Plain Diff
Added proofbench/CMakeLists.txt file
parent
c0c67729
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
proof/CMakeLists.txt
+1
-0
1 addition, 0 deletions
proof/CMakeLists.txt
proof/proofbench/CMakeLists.txt
+14
-0
14 additions, 0 deletions
proof/proofbench/CMakeLists.txt
with
15 additions
and
0 deletions
proof/CMakeLists.txt
+
1
−
0
View file @
158299cd
...
...
@@ -6,4 +6,5 @@ endif()
if
(
xrootd
)
add_subdirectory
(
proofd
)
add_subdirectory
(
proofx
)
add_subdirectory
(
proofbench
)
endif
()
This diff is collapsed.
Click to expand it.
proof/proofbench/CMakeLists.txt
0 → 100644
+
14
−
0
View file @
158299cd
############################################################################
# CMakeLists.txt file for building ROOT proof/proofbench package
############################################################################
ROOT_USE_PACKAGE
(
proof/proof
)
ROOT_USE_PACKAGE
(
proof/proofplayer
)
ROOT_GLOB_HEADERS
(
headers inc/TProof*.h
)
ROOT_GLOB_SOURCES
(
sources src/TProof*.cxx
)
ROOT_GENERATE_DICTIONARY
(
G__ProofBench
${
headers
}
LINKDEF LinkDef.h
)
ROOT_GENERATE_ROOTMAP
(
ProofBench LINKDEF LinkDef.h DEPENDENCIES Net RIO
)
ROOT_LINKER_LIBRARY
(
ProofBench
${
sources
}
G__ProofBench.cxx LIBRARIES Core DEPENDENCIES Hist Gpad ProofPlayer
)
ROOT_INSTALL_HEADERS
()
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