jalcine/cmake.vim

Add Support for Finding Files in an Abstract Fashion

Closed this issue · 1 comments

I noticed that whilst under a Ninja-style build, I was unable to find a
DependInfo.make file, which, sensibly, doesn't exist. I'll have to abstract
out the file searching logic for those build systems into their respective
extensions.

This blocks #43 and #26 and may even block #42.

Got some logic written out in 8b636c2.