Re: [CMake] can I create all/fast target?

2010-08-16 Thread naryniecki
Hi, I only want add that when I run "make t1/fast t2/fast" from command line it works fine. Dnia 16 sierpnia 2010 15:33 naryniecki napisał(a): > Hi, > > for each target in Makefile generated by cmake there is another target > without scanning dependencies. for ex

[CMake] can I create all/fast target?

2010-08-16 Thread naryniecki
Hi, for each target in Makefile generated by cmake there is another target without scanning dependencies. for example for target Radio there is Radio/fast. dependencies scanning take half of time in our building process. And we need to be able to rebuild everything as fast as possible. but ther

[CMake] can I force using objects1.rsp?

2010-08-16 Thread naryniecki
Hi, I use cmake to generate unix makefiles for two compilers: diab and cl.exe from MSVS. when I generate for MSVS, objects1.rsp is used for linking libraries. When I generate for diab this file is not used but I would like to because one of my directory contain a lot of source files. Is it poss

[CMake] changing CMAKE_FILES_DIRECTORY

2010-07-27 Thread naryniecki
hi, I have problem with changing this variable. I have directory structure as follow: root_dir sources build conf1 conf2 I have CMakeLists.txt placed in root_dir. I need to build my project in 2 configuration (conf1 and conf2) and want all cmake-files where generated to conf1 or conf2. I want

Re: [CMake] shell in Unix Makefiles

2010-04-22 Thread naryniecki
Dnia 22 kwietnia 2010 15:04 Magnus Therning napisał(a): > On Thu, Apr 22, 2010 at 10:23, naryniecki wrote: > > Hi, > > > > I know there is such possibility, but I have also few directories with > > which are compiled and linked in "normal" way. In such

Re: [CMake] shell in Unix Makefiles

2010-04-22 Thread naryniecki
> On Thu, Apr 22, 2010 at 08:38, naryniecki wrote: > > Hi, > > > > I have a lot of generated files in one folder. All this files must be in > > one library. When I generate Unix Makefiles I get input line too long error > > while linking. When I use NMake Makefi

[CMake] shell in Unix Makefiles

2010-04-22 Thread naryniecki
Hi, I have a lot of generated files in one folder. All this files must be in one library. When I generate Unix Makefiles I get input line too long error while linking. When I use NMake Makefile it works. As far as know this error correspond to shell/console that is used while linking. Is it pos

[CMake] removing "\" from ${CMAKE_CXX_FLA GS}

2010-01-28 Thread naryniecki
Hi, I need to use ${CMAKE_CXX_FLAGS} variable, but it contains unneeded char: "\". I tried to remove it: STRING(REPLACE '\\' " " FLAGS ${CMAKE_CXX_FLAGS}) but it didn't work. How can I do this? Br. Marek ___ Powered by www.kitware.com Visit other Kitwa

[CMake] runing CMAKE_CXX_COMPILE_OBJECT "manual y"

2010-01-27 Thread naryniecki
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