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 296d7d0 commit edb6489Copy full SHA for edb6489
CMakeLists.txt
@@ -53,6 +53,7 @@ else()
53
find_package(pugixml REQUIRED)
54
find_package(cucumber_messages REQUIRED)
55
find_package(cucumber_gherkin REQUIRED)
56
+ find_package(yaml-cpp REQUIRED)
57
endif()
58
59
add_subdirectory(cucumber_cpp)
cucumber_cpp/library/cucumber_expression/test/CMakeLists.txt
@@ -5,6 +5,7 @@ target_link_libraries(cucumber_cpp.library.cucumber_expression.test PUBLIC
5
gmock_main
6
cucumber_cpp.library.cucumber_expression
7
yaml-cpp::yaml-cpp
8
+ GTest::gmock
9
)
10
11
target_sources(cucumber_cpp.library.cucumber_expression.test PRIVATE
0 commit comments