cucumber / cucumber-cpp

Support for writing Cucumber step definitions in C++
MIT License
304 stars 131 forks source link

List headers in cmake #274

Closed ursfassler closed 7 months ago

ursfassler commented 7 months ago

Summary

List production code header files in CMakeLists.

Details

Motivation and Context

I work with QtCreator. That only shows the files listed in CMakeLists.txt, hence I don't see the header files by default. Also search does only search listed files.

There is already some code to add header files. This change simplifies that code a bit by removing some condition logic.

How Has This Been Tested?

Should not affect any code. Tested with existing automated tests.

Types of changes

Checklist: