> You may want to use custom CPack scripts for different purposes. By default,
> CPack uses script generated by CMake in top-level directory, but you can
> write your own one (and as many as you want) and pass it to cpack as command
> line parameter.
> Of course, install components could be great h
I am trying to use JWASM (http://www.japheth.de/JWasm.html) with CMake
2.6.2 to do rather unusual thing: cross-compile a C++ project with
MASM-syntax .asm files for Linux under Windows. JWASM itself emulates
MASM excellently and has no problem generating COFF or ELF files but
now CMake comes into p