Remove deleted source files from Makelists

This commit is contained in:
Patrick Rathje 2023-02-20 18:35:39 +01:00
parent 55bb821fa8
commit 66116f8a83
1 changed files with 1 additions and 1 deletions

View File

@ -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()