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 5721bbb commit ae0ee5aCopy full SHA for ae0ee5a
1 file changed
source/source_lcao/module_deepks/test/CMakeLists.txt
@@ -67,6 +67,7 @@ set(DEEPKS_UNIT_COMMON_SOURCES
67
)
68
69
add_library(deepks_unit_support OBJECT ${DEEPKS_UNIT_COMMON_SOURCES})
70
+target_link_libraries(deepks_unit_support PRIVATE GTest::gtest)
71
72
if(ENABLE_COVERAGE)
73
add_coverage(deepks_unit_support)
0 commit comments