Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPCSW
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Show more breadcrumbs
Li Zhihao
CEPCSW
Commits
1c7efa57
Commit
1c7efa57
authored
4 years ago
by
lintao@ihep.ac.cn
Browse files
Options
Downloads
Patches
Plain Diff
WIP: force link the dict.
parent
6d118592
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
Examples/CMakeLists.txt
+3
-2
3 additions, 2 deletions
Examples/CMakeLists.txt
with
4 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
1c7efa57
...
@@ -15,5 +15,5 @@ endif()
...
@@ -15,5 +15,5 @@ endif()
gaudi_project
(
CEPCSW v0r1
gaudi_project
(
CEPCSW v0r1
USE Gaudi v33r1
USE Gaudi v33r1
K4FWCore v0r1
USE
K4FWCore v0r1
)
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Examples/CMakeLists.txt
+
3
−
2
View file @
1c7efa57
...
@@ -22,8 +22,9 @@ gaudi_install_headers(Examples)
...
@@ -22,8 +22,9 @@ gaudi_install_headers(Examples)
# Modules
# Modules
gaudi_add_module
(
Examples
${
Examples_srcs
}
gaudi_add_module
(
Examples
${
Examples_srcs
}
INCLUDE_DIRS K4FWCore GaudiAlgLib GaudiKernel
${
plcio_INCLUDE_DIRS
}
${
podio_INCLUDE_DIRS
}
${
LCIO_INCLUDE_DIRS
}
INCLUDE_DIRS K4FWCore GaudiAlgLib GaudiKernel
${
plcio_INCLUDE_DIRS
}
${
podio_INCLUDE_DIRS
}
${
LCIO_INCLUDE_DIRS
}
LINK_LIBRARIES K4FWCore GaudiAlgLib GaudiKernel
${
podio_LIBRARIES
}
${
LCIO_LIBRARIES
}
$ENV{PLCIO}/lib/libplcio.so
LINK_LIBRARIES K4FWCore GaudiAlgLib GaudiKernel
${
LCIO_LIBRARIES
}
$ENV{PLCIO}/lib/libplcio.so
EDM4HEP::edm4hep EDM4HEP::edm4hepDict
# Force loading the libraries.
-Wl,--no-as-needed EDM4HEP::edm4hep EDM4HEP::edm4hepDict
${
podio_LIBRARIES
}
podio::podioRootIO -Wl,--as-needed
)
)
# Unit tests
# Unit tests
...
...
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