summaryrefslogtreecommitdiff
path: root/fw/CMakeLists.txt
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-03-22 21:21:44 +0100
committerxengineering <me@xengineering.eu>2025-03-22 21:21:44 +0100
commit9f2ce4cc9ba9ad45a7e88247f8c1fb0953717b0e (patch)
treec9a6f96084c71a62cd3a64e9cddcf246389d3a13 /fw/CMakeLists.txt
parent76c2e5393edb38bc553fa1de05aed0a4f46ec325 (diff)
downloadiot-contact-9f2ce4cc9ba9ad45a7e88247f8c1fb0953717b0e.tar
iot-contact-9f2ce4cc9ba9ad45a7e88247f8c1fb0953717b0e.tar.zst
iot-contact-9f2ce4cc9ba9ad45a7e88247f8c1fb0953717b0e.zip
fw: Remove empty main
Diffstat (limited to 'fw/CMakeLists.txt')
-rw-r--r--fw/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/fw/CMakeLists.txt b/fw/CMakeLists.txt
index eff06f2..1b978b7 100644
--- a/fw/CMakeLists.txt
+++ b/fw/CMakeLists.txt
@@ -38,7 +38,6 @@ project(iot-contact-fw)
target_sources(app
PRIVATE
- "${CMAKE_CURRENT_SOURCE_DIR}/src/main.c"
"${CMAKE_CURRENT_SOURCE_DIR}/src/syslog.c"
"${CMAKE_CURRENT_SOURCE_DIR}/src/network.c"
"${CMAKE_CURRENT_SOURCE_DIR}/src/http.c"