IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
corsika-data
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
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-data
Commits
6b490c6b
Commit
6b490c6b
authored
4 years ago
by
Ralf M Ulrich
Browse files
Options
Downloads
Patches
Plain Diff
docu
parent
673972bc
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
+5
-4
5 additions, 4 deletions
CMakeLists.txt
README.md
+4
-0
4 additions, 0 deletions
README.md
with
9 additions
and
4 deletions
CMakeLists.txt
+
5
−
4
View file @
6b490c6b
cmake_minimum_required
(
VERSION 3.10
)
cmake_project
(
corsika-data 1.0.0
)
# this is not intended to build standalone
# please include it in our project to access corsika-data by adding
# add_directory(corsika-data)
# this may be included in our project to access corsika-data by adding
# add_subdirectory (corsika-data)
# to your CMakeLists.txt
# it creates the cmake taget "CorsikaData"
# and it builds the libCorsikaData.a archive.
add_subdirectory
(
readLib
)
This diff is collapsed.
Click to expand it.
README.md
+
4
−
0
View file @
6b490c6b
...
...
@@ -3,6 +3,10 @@
New place to keep all the CORSIKA7, CORSIKA8, CONEX, CRMC etc. large
data files.
The project contains cmake build files. It can be included in our project to access corsika-data by adding
`add_subdirectory (corsika-data)`
to your CMakeLists.txt.
This creates the cmake taget "CorsikaData" and it builds the libCorsikaData.a archive.
Update, July 2020, RU
---------------------
...
...
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