We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fdaf62 commit 9d11213Copy full SHA for 9d11213
1 file changed
utils/Test/CMakeLists.txt
@@ -1,6 +1,6 @@
1
2
set(bin_PROGRAMS testBarrier expyaml orthoTest testDeproj
3
- testEmpDeproj testEmp)
+ testEmpDeproj testEmp testED)
4
5
6
set(common_LINKLIB OpenMP::OpenMP_CXX MPI::MPI_CXX expui exputil
@@ -38,7 +38,7 @@ add_executable(testDeproj testDeproject.cc CubicSpline.cc Deprojector.cc)
38
add_executable(testEmpDeproj testEmpDeproj.cc CubicSpline.cc
39
Deprojector.cc EmpDeproj.cc)
40
add_executable(testEmp testEmp.cc EmpDeproj.cc)
41
-
+add_executable(testED testED.cc EmpDeproj.cc)
42
43
foreach(program ${bin_PROGRAMS})
44
target_link_libraries(${program} ${common_LINKLIB})
0 commit comments