From 66116f8a8330f0105a490b4f1b7886a8d902bbef Mon Sep 17 00:00:00 2001 From: Patrick Rathje Date: Mon, 20 Feb 2023 18:35:39 +0100 Subject: [PATCH] Remove deleted source files from Makelists --- zephyr/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/CMakeLists.txt b/zephyr/CMakeLists.txt index 9425a7b..638e388 100644 --- a/zephyr/CMakeLists.txt +++ b/zephyr/CMakeLists.txt @@ -15,7 +15,7 @@ if(DEFINED NATIVE_POSIX) endif () target_include_directories(app PUBLIC ${exposure-notification_SOURCE_DIR}/include) - FILE(GLOB app_sources ../src/*.c* ../src/ens/*.c* ${exposure-notification_SOURCE_DIR}/src/*.c*) + FILE(GLOB app_sources ../src/*.c* ${exposure-notification_SOURCE_DIR}/src/*.c*) else() FILE(GLOB app_sources ../src/*.c*) endif()