From 05d5fd01961f940f0e1f022cd926e98f4b844ef4 Mon Sep 17 00:00:00 2001 From: Mathieu Guigue Date: Tue, 22 Aug 2023 10:45:11 +0200 Subject: [PATCH] Add IWCD app --- app/application/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/application/CMakeLists.txt b/app/application/CMakeLists.txt index d5ca56f..a912751 100644 --- a/app/application/CMakeLists.txt +++ b/app/application/CMakeLists.txt @@ -26,6 +26,7 @@ pbuilder_install_headers(${HEADERS}) #Executables ################# set(exe_sources + appIWCDSingleEvent.cc appWCTESingleEvent.cc )