[CMake] Asm object files in object libraries

Eric Huhtala eric.huhtala at gmail.com
Wed Nov 5 16:41:32 EST 2014


It looks like the issue was that "spp" isn't recognized as "assembly", so
after setting the source file LANGUAGE property to ASM, it worked as
expected.

On Wed, Nov 5, 2014 at 1:50 PM, Eric Huhtala <eric.huhtala at gmail.com> wrote:

> I have both cpp's and assembly files which I would like to include in an
> object library, however, I get:
> OBJECT library "blah" contains:
>     blah1.spp
>     blah2.spp
>
> but may contain only headers and sources that compile.
>
> why can't an object created from assembly code be grouped together with
> objects created from cpp code?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20141105/f12f8150/attachment.html>


More information about the CMake mailing list