On 01/29/2013 01:28 PM, Alexander Neundorf wrote: > On Tuesday 29 January 2013, Brad King wrote: >> Yes, especially if it works for your real-world case. Whenever one >> really wants to use a target one can use the plumbing directly: >> >> $<TARGET_PROPERTY:mydep,INTERFACE_INCLUDE_DIRECTORIES> > > Ok. Can support for this then also be added to include_directories(), or > would > this break something ?
My understanding is that this should already be the case. The generator expression argument will just be added to the same places a plain directory name would and then be evaluated by the generator later. -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
