diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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}) |