Skip to content

Commit

Permalink
new work
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathinew authored and parvathinew committed Sep 3, 2024
1 parent ed79fdd commit 597f1ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 597f1ca

Please sign in to comment.