Re: [CMake] LINK_LIBRARIES not spilled to response file

2012-07-08 Thread Brett Delle Grazie
On Jul 8, 2012 10:59 PM, "Zaheer Chothia" wrote: > > Hello, > > I posted a mail here [1] but have yet to receive any replies. I think my last > message was too long and detailed so let me summarize: > * Command line length is limited on Windows. > * To alleviate this, CMake places object files in

Re: [CMake] LINK_LIBRARIES not spilled to response file

2012-07-08 Thread Zaheer Chothia
Hello, I posted a mail here [1] but have yet to receive any replies. I think my last message was too long and detailed so let me summarize: * Command line length is limited on Windows. * To alleviate this, CMake places object files into a response file, but the same is not done for libraries. *

[CMake] How to configure target or command to preprocess C file?

2012-07-08 Thread Mateusz Loskot
Hi, I'm porting build configuration based on GNU Autotools to CMake and I have to deal with C preprocessing to generate a file. The input for preprocessor is SQL file with C preprocessor directives used, like #include "another.sql", etc. Currently, Makefile uses the following rule to generate pl