IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 57ab567f authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by ralfulrich
Browse files

enable testCONEXSourceCut in CMake

parent 73383da7
No related branches found
No related tags found
No related merge requests found
......@@ -49,19 +49,19 @@ install (
# --------------------
# code unit testing
# CORSIKA_ADD_TEST(testCONEXSourceCut SOURCES
# testCONEXSourceCut.cc
# ${MODEL_HEADERS}
# )
CORSIKA_ADD_TEST(testCONEXSourceCut SOURCES
testCONEXSourceCut.cc
${MODEL_HEADERS}
)
#
# target_link_libraries (
# testCONEXSourceCut
# ProcessCONEXSourceCut
# CORSIKAunits
# CORSIKAstackinterface
# CORSIKAprocesssequence
# CORSIKAsetup
# CORSIKAgeometry
# CORSIKAenvironment
# CORSIKAtesting
# )
target_link_libraries (
testCONEXSourceCut
ProcessCONEXSourceCut
CORSIKAunits
CORSIKAstackinterface
CORSIKAprocesssequence
CORSIKAsetup
CORSIKAgeometry
CORSIKAenvironment
CORSIKAtesting
)
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