ninja + compdb

Evgeniy Dushistov <[email protected]> Wed, 28 Oct 2015 08:55:14 +0300
Newsgroups gmane.emacs.cedet
Message-ID <20151028055514.GA27721@whiterain>
Hi,
I try to use ede-ninja-project,
and it looks too dificult for me for every day work.

The problem in build-rules,
for my project (3 library plus 10 executable)
cmake (3.3.2) generate such rules like
CXX_COMPILER__exe1
CXX_COMPILER__exe2
C_COMPILER_exe3
CXX_COMPILER__lib1
etc

so I need hold in my .emacs list of this ":build-rules"
and update them to make them consistent with project.

Why not just parse "ninja -t commands" every time
when build.ninja was changed?


-- 
/Evgeniy

------------------------------------------------------------------------------