IAP GITLAB

Skip to content
Snippets Groups Projects
CMakeLists.txt 400 B
Newer Older
Ralf M Ulrich's avatar
Ralf M Ulrich committed
# Distribution of partly compressed data tables+files for air shower physics

Ralf M Ulrich's avatar
Ralf M Ulrich committed
cmake_minimum_required (VERSION 3.10)
Ralf M Ulrich's avatar
Ralf M Ulrich committed

Ralf M Ulrich's avatar
Ralf M Ulrich committed
set (CORSIKA_DATA_VERSION "1.0.0")

Ralf M Ulrich's avatar
Ralf M Ulrich committed
# this may be included in our project to access corsika-data by adding
# add_subdirectory (corsika-data)
Ralf M Ulrich's avatar
Ralf M Ulrich committed
# to your CMakeLists.txt
Ralf M Ulrich's avatar
Ralf M Ulrich committed
# it creates the cmake taget "CorsikaData"
# and it builds the libCorsikaData.a archive.
Ralf M Ulrich's avatar
Ralf M Ulrich committed

add_subdirectory (readLib)