[CMake] nasm and cmake

William A. Hoffman billlist at nycap.rr.com
Wed Nov 16 17:56:38 EST 2005


>
>- I don't undertsand too muchof what is going on in above files, but I
>managed to get may nasm files finaly compiled. Unfortunately cmake want
>to call an asm linker. I rather want the c(++) linker to be called. What
>must I do to get this?

Try this:

SET_TARGET_PROPERTIES(mylib PROPERTIES LINKER_LANGUAGE CXX)

-Bill



More information about the CMake mailing list