cmake: Fix incorrect library reference

This commit is contained in:
Roger A. Light 2026-05-13 19:36:41 +01:00
parent 25f2be1e00
commit b94b9477e5
No known key found for this signature in database
GPG key ID: 779B22DFB3E717B7

View file

@ -39,7 +39,7 @@ function(add_ctrl_shell_test TEST_NAME)
GTest::gmock_main
editline_mock
pthread_mock
cjson
cJSON
libmosquitto_common
)
gtest_discover_tests(${TEST_NAME})