From 295e4c8bf92921790cc980b702a2c7740ccc649f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Tue, 21 Apr 2015 22:08:18 +0200 Subject: degesch: preparations for numerics processing --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b665740..f7f1945 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,8 @@ set_source_files_properties (${PROJECT_BINARY_DIR}/kike-replies.c add_executable (zyklonb zyklonb.c ${common_sources} ${common_headers}) target_link_libraries (zyklonb ${project_libraries}) -add_executable (degesch degesch.c ${common_sources} ${common_headers}) +add_executable (degesch degesch.c kike-replies.c + ${common_sources} ${common_headers}) target_link_libraries (degesch ${project_libraries} readline) add_executable (kike kike.c kike-replies.c ${common_sources} ${common_headers}) -- cgit v1.2.3