Skip to content

Commit

Permalink
update cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathika committed Dec 19, 2024
1 parent 89c148b commit b6dd4d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Tests/unit_test/unit_tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ add_executable(${UNIT_TEST}
Tests/unit_test/test_WiFiSignalStrengthMonitor.cpp
Tests/unit_test/test_NetworkManagerConnectivity.cpp
Tests/unit_test/test_NetworkManagerStunClient.cpp
Tests/unit_test/test_LegacyPlugin_WiFiManagerAPIs.cpp
Tests/unit_test/test_LegacyPlugin_NetworkAPIs.cpp
Tests/mocks/thunder/Module.cpp
WiFiSignalStrengthMonitor.cpp
NetworkManagerLogger.cpp
NetworkManagerConnectivity.cpp
NetworkManagerStunClient.cpp
LegacyPlugin_WiFiManagerAPIs.cpp
LegacyPlugin_NetworkAPIs.cpp

)
set_target_properties(${UNIT_TEST} PROPERTIES
Expand All @@ -44,7 +43,6 @@ target_link_libraries(${UNIT_TEST} PRIVATE gmock_main
${NAMESPACE}Core::${NAMESPACE}Core
${NAMESPACE}Plugins::${NAMESPACE}Plugins
${NAMESPACE}Core::${NAMESPACE}Core
${NAMESPACE}Network
${CURL_LIBRARIES}
)

Expand Down

0 comments on commit b6dd4d3

Please sign in to comment.