cmake and asm?

Alexander Neundorf neundorf at kde.org
Tue Jan 16 22:01:04 CET 2007


On Tuesday 16 January 2007 21:03, Boudewijn Rempt wrote:
> Hi,
>
> I've ported a bit of gwenview code to Krita, and it includes an assembly
> file. The old makefile.am bit looks like this:
>
> AM_CCASFLAGS = -I$(srcdir) $(GV_ASM_DEF
>
> libgvimageutils_la_SOURCES = \
>     asm_scale.S \
>
> How do I translate this to cmake?

You could do this using add_custom_command, or use the asm support of cmake...
asm support of cmake, there were patches on the mailing list, but I don't know 
whether they made it into cmake cvs.
Can you please have a look at the mailing list archive 
(http://www.cmake.org/pipermail/cmake/) and if this doesn't help ask on the 
cmake list ?

Thanks
Alex
-- 
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org                - http://www.kde.org
      alex AT neundorf.net               - http://www.neundorf.net


More information about the Kde-buildsystem mailing list