diff --git a/Processes/CONEXSourceCut/CMakeLists.txt b/Processes/CONEXSourceCut/CMakeLists.txt index d1d926c2f2c22e43165400f2a38edeff8459aafc..01cf2af5ba0c67fdbd949e19e9eedda7eaa3ff7d 100644 --- a/Processes/CONEXSourceCut/CMakeLists.txt +++ b/Processes/CONEXSourceCut/CMakeLists.txt @@ -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 +)