cpp-boilerplate
cpp-boilerplate copied to clipboard
Make the cmake warning module create a target
replace target_set_warnings by a new INTERFACE target (generated trough add_warnings_interface ?) that you can link. This will give a better control (can use PUBLIC/PRIVATE/INTERFACE when linking)