Brad King <brad.king@...> writes: > > On 06/07/2013 09:13 AM, Stephen Kelly wrote: > > SOURCES $<$<CONFIG:Debug>:other.cpp> > > That has been requested as a feature occasionally. I'm not sure > it is possible to implement on all the generators though. >
I looked into this a bit and pushed target-SOURCES-property to my clone. The sources would necessarily be config-specific if they are going to depend on the linked libraries. Can you think of any way around that? 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
