cpp-boilerplate icon indicating copy to clipboard operation
cpp-boilerplate copied to clipboard

Make the cmake warning module create a target

Open Lectem opened this issue 9 years ago • 0 comments

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)

Lectem avatar Nov 01 '16 22:11 Lectem