IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue 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
Air Shower Physics
corsika
Commits
9638e331
Commit
9638e331
authored
1 year ago
by
Maximilian Reininghaus
Browse files
Options
Downloads
Patches
Plain Diff
add conex_random.cpp to cxroot via CMake target_sources()
parent
fe02bcd9
No related branches found
Branches containing commit
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/conex/CMakeLists.txt
+1
-19
1 addition, 19 deletions
modules/conex/CMakeLists.txt
with
1 addition
and
19 deletions
modules/conex/CMakeLists.txt
+
1
−
19
View file @
9638e331
add_subdirectory
(
cxroot
)
add_subdirectory
(
cxroot
)
add_library
(
conex_random STATIC conex_random.cpp
)
target_sources
(
CONEXsibyll PRIVATE
${
CMAKE_CURRENT_SOURCE_DIR
}
/conex_random.cpp
)
target_link_libraries
(
conex_random PUBLIC modules_common
)
target_link_libraries
(
CONEXsibyll conex_random
)
#
# add to combined CORSIKA8 target
#
add_dependencies
(
CORSIKA8 CONEXsibyll
)
target_link_libraries
(
CORSIKA8 INTERFACE CONEXsibyll
)
#
# install and export
#
install
(
TARGETS CONEXsibyll conex_random
EXPORT CORSIKA8PublicTargets
ARCHIVE DESTINATION lib/corsika
PUBLIC_HEADER DESTINATION include/corsika_modules/conex
)
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