Brad King wrote:
> Instead let's consider introducing a usage requirement that can bring
> in object libraries, external objects, or even source files.  That
> would solve this and be pretty cool too.

There's no existing API for manipulating the source items of a target after 
its creation, so I thought that would be disallowed for some reason.

So, what we're talking about is something like a target property 
SOURCE_ITEMS?

 # Only appending to this property allowed:
 set_property(TARGET foo APPEND PROPERTY 
   SOURCE_ITEMS
     $<TARGET_OBJECTS:bar>
     somefile.cpp
     somecompileobject.o
 )

and a corresponding INTERFACE_SOURCE_ITEMS which gets consumed from the link 
interface?

Thanks,

Steve.


--

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

Reply via email to