jalcine / cmake.vim

:hammer: CMake functionality within Vim.
https://jalcine.github.io/cmake.vim
MIT License
74 stars 11 forks source link

Add Support for Finding Files in an Abstract Fashion #44

Closed jalcine closed 9 years ago

jalcine commented 9 years ago

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.

jalcine commented 9 years ago

Got some logic written out in 8b636c2.