[Cmake] nasm and cmake

Andy Cedilnik andy.cedilnik at kitware.com
Fri Feb 7 12:57:32 EST 2003


Hi Lars,

Currently CMake does not allow that. What you can do is to link into a
separate library and then link that library to your project.

			Andy

On Fri, 2003-02-07 at 12:21, Lars Prieske wrote:
> Hi Andy,
> ok, the build step for assembler files works fine. Now, i have to link the
> 'assembler objects' into a library together with normal 'c/cpp objects'. This
> library is creating by ADD_LIBRARY(libname ${LIB_SOURCES}). How can i add my
> own object files into link process?





More information about the CMake mailing list