IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 5a594825 authored by Jean-Marco Alameddine's avatar Jean-Marco Alameddine
Browse files

Add missing compile definition for FLUKA usage

parent 77f0d84e
No related branches found
No related tags found
1 merge request!588Add missing compile definition for FLUKA usage
Pipeline #12274 passed
SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
add_executable (c8_air_shower c8_air_shower.cpp)
target_link_libraries (c8_air_shower CORSIKA8)
if(WITH_FLUKA)
message("compiling c8_air_shower.cpp with FLUKA")
target_compile_definitions(c8_air_shower PRIVATE WITH_FLUKA)
else()
message("compiling c8_air_shower.cpp with UrQMD")
endif()
add_executable (c8_air_shower c8_air_shower.cpp)
target_link_libraries (c8_air_shower CORSIKA8)
install (
TARGETS c8_air_shower DESTINATION bin
......
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