Relative Content

Tag Archive for cmakecucumbercucumber-cpp

cucumber-cpp and CMake

I have a C++ project using CMake as a build system, and I’d like to use cucumber-cpp. In this project, I have a GTest/ GMock dependency which I resolve as per the instructions here (mixture of FetchContent_Declare and FetchContent_MakeAvailable).