We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4398e commit b317d8cCopy full SHA for b317d8c
1 file changed
ucm/store/test/CMakeLists.txt
@@ -11,7 +11,7 @@ if(BUILD_UNIT_TESTS)
11
gtest_main gtest gmock
12
)
13
if(BUILD_UCM_ASU)
14
- target_link_libraries(ucmstore.test PRIVATE asu_client)
+ target_link_libraries(ucmstore.test PRIVATE asu_client asu_ascend_deps)
15
target_compile_definitions(ucmstore.test PRIVATE ASU_BUILD_TESTS)
16
endif()
17
gtest_discover_tests(ucmstore.test)
0 commit comments