We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7489c96 commit a0f6732Copy full SHA for a0f6732
1 file changed
test/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22)
3
# Tests for the QML/Qt6 app
4
5
find_package(Qt 6.2 MODULE REQUIRED COMPONENTS Core Test Qml Quick QuickTest)
6
-find_package(GTest REQUIRED)
+find_package(GTest REQUIRED COMPONENTS gmock)
7
8
add_executable(bitcoinqml_unit_tests
9
test_unit_tests_main.cpp
@@ -37,7 +37,6 @@ target_include_directories(bitcoinqml_unit_tests
37
target_link_libraries(bitcoinqml_unit_tests
38
PRIVATE
39
bitcoin_common
40
- GTest::gmock
41
bitcoin_util
42
GTest::gmock
43
Qt6::Core
0 commit comments