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
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
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
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
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
> 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
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
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
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