rwols / CMakeBuilder

Configure, build and test a CMake project right from within Sublime Text 3.
MIT License
30 stars 14 forks source link

Implement file API #11

Closed rwols closed 5 years ago

rwols commented 5 years ago

With cmake 3.15 there's a new file API. Utilize that to make the plugin simpler.

See #10.