There is one last configuration that we need to do before we start building our project:

Basically, I have commented the examples subdirectories and added our HelloBDD project in CMakeLists.txt present under the cucumber-cpp folder, as shown earlier.
As we have created the project as per cucumber-cpp best practices, let's navigate to the HelloBDD project home and issue the following command:
cmake --build build
It isn't mandatory to comment add_subdirectory(examples). But commenting definitely helps us focus on our project.
The following screenshot shows the build procedure:
