IAP GITLAB

Skip to content
Snippets Groups Projects
CMakeList.txt 361 B

add_library (CORSIKAstack INTERFACE)

target_include_directories (CORSIKAstack INTERFACE $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/Framework>
                                                   $<INSTALL_INTERFACE:include/Framework>
                                                   )

install (FILES Stack.h StackIterator.h
         DESTINATION include/Stack)