From 597f1cade93f5503984cc288d565224e4f95bf40 Mon Sep 17 00:00:00 2001 From: parvathinew Date: Tue, 3 Sep 2024 11:58:12 +0530 Subject: [PATCH] new work --- CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 295941a2..d86862f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,9 +31,13 @@ find_package(CURL) if(ENABLE_GNOME_NETWORKMANAGER) pkg_check_modules(GLIB REQUIRED glib-2.0) pkg_check_modules(LIBNM REQUIRED libnm) - +else() +find_package(IARMBus) endif () +if(ENABLE_NETWORKMANAGER_UNIT_TEST) + include(cmake/UnitTest.cmake) +endif() message("Setup ProxyStub for INetworkManager.h") find_package(CompileSettingsDebug CONFIG REQUIRED)