[CMake] runing CMAKE_CXX_COMPILE_OBJECT "manualy"

Alexander Neundorf a.neundorf-work at gmx.net
Wed Jan 27 12:42:10 EST 2010


On Wednesday 27 January 2010, naryniecki wrote:
> hi,
>
> I need to compile a lot of files generated by some program. I want to
> generate unix-makefiles. the problem is, that linking command generated by
> cmake is much to large (input line too long error). It's is not possible to
> split this files to more libs (even if it would be, I would need about 15
> libs). If I generate nmake-makefiles, somthing about 2 libs would be
> enough. 2 libs would be ok, but I need unix-makefiles. I can't change
> directory structure. I thought it would be ok if I create object's for all

I'm slightly confused.
You are working under Windows ?

Which compiler do you use ?

Which makefile generator do you use ?

Which version of cmake do you use ?

Alex


More information about the CMake mailing list