IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 6b490c6b authored by Ralf M Ulrich's avatar Ralf M Ulrich
Browse files

docu

parent 673972bc
No related branches found
No related tags found
No related merge requests found
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)
......@@ -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
---------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment