Closed no-more-secrets closed 5 years ago
This is the recommended practice in "modern CMake" style. It will allow a parent project to depend on the Scelta headers by adding the scelta::headers target into the list of target_link_libraries.
scelta::headers
Tested with CMake version 3.13.1.
Thanks for the PR. I'll give this a test later today and merge, as the CI is broken at the moment.
This is the recommended practice in "modern CMake" style. It will allow a parent project to depend on the Scelta headers by adding the
scelta::headers
target into the list of target_link_libraries.Tested with CMake version 3.13.1.