Knitschi / CPFCMake

A component of the CMakeProjectFramework. It provides the CMake code that implements a CI-pipeline.
MIT License
2 stars 2 forks source link

Add support for interface libraries in cpfAddCppPackage() #44

Closed Knitschi closed 5 years ago

Knitschi commented 5 years ago

CMake does allow custom properties on interface targets now. So it should be possible to do this.

Knitschi commented 5 years ago

libSwitchWarningsOff should then use cpfAddCppPackage() instead of home-cooked code.

Knitschi commented 5 years ago

Duplicate of #10.