On Sunday 17 May 2009, James Bigler wrote:
> If I have a compiler that can generate object files for later linkage, is
> the best way to add support for this in CMake to use the Assembler feature?

If it is assembler, yes :-)
Otherwise, I'd say no.

What language is it ?

Alex


> http://www.cmake.org/Wiki/CMake/Assembler
>
> Or is it better to simply create custom commands to build the object files,
> set the EXTERNAL_OBJECT and GENERATED flags to true and add it to the
> source list for the executable or library?

You can do that too.

Alex
_______________________________________________
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

Reply via email to