[cmake-developers] CMake usage requirements in KDE Frameworks
Brad King
brad.king at kitware.com
Thu Mar 21 18:56:55 UTC 2013
On 03/21/2013 02:47 PM, Alexander Neundorf wrote:
> Still, is the "PUBLIC" part necessary ?
> IMO PRIVATE and INTERFACE suffice, and for me it seems more straighforward to
> separate only between these two.
PRIVATE and INTERFACE are sufficient but need to be duplicated
to produce the equivalent of PUBLIC. It is very common for an
implementation dependency to also be a usage requirement, especially
for include paths.
-Brad
More information about the Kde-buildsystem
mailing list