aboutsummaryrefslogtreecommitdiff
path: root/src/bin_cs2cs.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin_cs2cs.cmake')
-rw-r--r--src/bin_cs2cs.cmake8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/bin_cs2cs.cmake b/src/bin_cs2cs.cmake
index 70d3b04d..c9543e89 100644
--- a/src/bin_cs2cs.cmake
+++ b/src/bin_cs2cs.cmake
@@ -1,6 +1,8 @@
-set(CS2CS_SRC cs2cs.cpp
- gen_cheb.cpp
- p_series.cpp)
+set(CS2CS_SRC apps/cs2cs.cpp
+ apps/gen_cheb.cpp
+ apps/p_series.cpp
+ apps/emess.cpp
+)
source_group("Source Files\\Bin" FILES ${CS2CS_SRC})