CMake: Limit cellular common unit tests to use mocks what it depends

Update cellular common unit tests CMake depends on a mock, which is
required for the test instead of depending on the group of
mbed-headers libraries.
pull/14924/head
Rajkumar Kanagaraj 2021-07-15 06:16:19 -07:00
parent 6cf1211b3a
commit 27bfa906c6
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@ target_sources(${TEST_NAME}
target_link_libraries(${TEST_NAME}
PRIVATE
mbed-headers
mbed-headers-cellular
gmock_main
)

View File

@ -13,7 +13,6 @@ target_sources(${TEST_NAME}
target_link_libraries(${TEST_NAME}
PRIVATE
mbed-headers
mbed-headers-netsocket
mbed-headers-cellular
mbed-stubs-platform