IAP GITLAB

Skip to content
Snippets Groups Projects
CMakeLists.txt 240 B
Newer Older

add_library (CORSIKAthirdparty INTERFACE)

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

install (DIRECTORY phys DESTINATION include/ThirdParty/)