Skip to content

Commit c66792b

Browse files
daantimmernomenas
andauthored
chore: add missing cmake dependencies (#197)
Co-authored-by: Naum Puroski <[email protected]>
1 parent 4a0749f commit c66792b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ else()
6464
find_package(pugixml REQUIRED)
6565
find_package(cucumber_messages REQUIRED)
6666
find_package(cucumber_gherkin REQUIRED)
67+
find_package(yaml-cpp REQUIRED)
6768
endif()
6869

6970
add_subdirectory(cucumber_cpp)

cucumber_cpp/library/cucumber_expression/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ target_link_libraries(cucumber_cpp.library.cucumber_expression.test PUBLIC
55
gmock_main
66
cucumber_cpp.library.cucumber_expression
77
yaml-cpp::yaml-cpp
8+
GTest::gmock
89
)
910

1011
target_sources(cucumber_cpp.library.cucumber_expression.test PRIVATE

0 commit comments

Comments
 (0)