[CMake] Can you add sources to a target library after add_library()?

Philip Lowman philip at yhbt.com
Sat Jan 9 18:38:07 EST 2010


I highly doubt it.  Best practice is to just use conditionals to add
the necessary source files to a list variable prior to the
add_library() call.

On Sat, Jan 9, 2010 at 5:48 PM, Marcel Loose <loose at astron.nl> wrote:
> Hi all,
>
> I've been searching the manuals, but couldn't find a way to add sources
> to a target library *after* the add_library() command, e.g., using
> set_target_properties()? Is this possible at all?
>
> Best regards,
> Marcel Loose.
>
>
> _______________________________________________
> 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://www.cmake.org/mailman/listinfo/cmake
>



-- 
Philip Lowman


More information about the CMake mailing list