[cmake-developers] [PATCH 0/3] The CMake Ninja generator.

OKUMURA Yuki mjt at cltn.org
Wed Nov 16 09:05:58 EST 2011


(Sorry Bill, i repost here..)

2011/11/16 Bill Hoffman <bill.hoffman at kitware.com>:
- snip -
> What type of evolution will Ninja need?   I suppose it could use cmake
> scripts and exectue_process which can do && type things pretty easy.

Why not insert "cmd /c" everywhere? :)
Anyway, i had tried this in early this month,
https://github.com/okuoku/CMake/commit/db19df03606684f313c9e86b313218feee9cce3f
but it didn't work well.

I think almost all use of "&&" is just "chdir /d $workdir &&
compile/link-command." So, adding $workdir
specifier to target syntax of Ninja might work for many cases.

-- oku



More information about the cmake-developers mailing list