[CMake] JWASM support

Hendrik Sattler post at hendrik-sattler.de
Tue Feb 3 09:26:19 EST 2009


Dmitry Bely schrieb:
>> If you use a toolchain file because you are cross-compiling, then you do
>> not have this problem.
> 
> I would like to use the same CMakeLists.txt for native Win32 and
> cross-compiled Linux build. How to select the desired assembler then?

Just like you select the C compiler in your toolchain file:
set ( CMAKE_ASM_MASM_COMPILER /path/to/masm/or/jwasm )

HS


More information about the CMake mailing list