diff --git a/updater/src/CMakeLists.txt b/updater/src/CMakeLists.txt index d7ce866..e05cd21 100644 --- a/updater/src/CMakeLists.txt +++ b/updater/src/CMakeLists.txt @@ -14,6 +14,8 @@ list(APPEND app_sources ../../src/WebCfgServer.cpp) list(APPEND app_sources ../../src/networkDevices/EthernetDevice.h) list(APPEND app_sources ../../src/networkDevices/IPConfiguration.h) list(APPEND app_sources ../../src/networkDevices/NetworkDevice.h) +list(APPEND app_sources ../../src/util/NetworkUtil.cpp) +list(APPEND app_sources ../../src/enums/NetworkDeviceType.h) if(NOT DEFINED NUKI_TARGET_H2) list(APPEND app_sources ../../src/networkDevices/WifiDevice.h)