[cmake-developers] -GNinja on Windows
Peter Kümmel
syntheticpp at gmx.net
Thu Jun 7 17:46:56 EDT 2012
Guessing configuration NoConfig
Start 82: BuildDepends
1/1 Test #82: BuildDepends ..................... Passed 5.06 sec
;)
Bill, this was a great idea with cldeps!
Only small patches for cldeps and cmake and we now have dependency tracking for msvc.
A cldeps binary is here:
http://sourceforge.net/projects/cmakescript/files/cldeps.exe
Code is in misc/ also a CMakeLists.txt
https://github.com/syntheticpp/ninja/tree/cldeps
CMake:
http://cmake.org/gitweb?p=stage/cmake.git;a=commitdiff;h=1d40729eaa35dd643efdf5e793e6a541e890f33a
The only thing to do is to figure out the prefix of /showIncludes, it's hard coded atm:
https://github.com/syntheticpp/ninja/blob/cldeps/misc/cldeps.cc#L150
and to pass it to cldeps.
Cheers,
Peter
More information about the cmake-developers
mailing list