Moved global preprocessor definitions to targets
Replaced add_definitions()
with target_compile_definitions()
. Narrows scope of preprocessor defines.
- Feature description was added to the changelog
- Tests covering your feature were added?
Replaced add_definitions()
with target_compile_definitions()
. Narrows scope of preprocessor defines.