[CMake] missing .S (assembly file) target

Reto Glauser gentoo at blinkeye.ch
Tue Sep 20 02:46:30 EDT 2011


Hi

I don't see the .S targets (for C/CXX files) which used to be there. I 
would like to look at the assembly files of the C/CXX files.

I'm on

GNU/Linux
GCC-4.3.4
CMake-2.8.2

Adding

enable_language(ASM)
SET (CMAKE_C_CREATE_ASSEMBLY_SOURCE "<CMAKE_C_COMPILER> <FLAGS> -S 
<SOURCE> -o <ASSEMBLY_SOURCE>")

before the project doesn't help.

Any ideas?

Thanks


More information about the CMake mailing list