aleksrutins / valapkg

A package manager for Vala projects.
https://aleks.rutins.com/projects/valapkg
GNU General Public License v3.0
8 stars 0 forks source link

Generate compile_commands.json #5

Closed aleksrutins closed 2 years ago

aleksrutins commented 2 years ago

Closes #4

This PR generates the compile_commands.json file, for code completion in IDEs.

Currently working:

Since this separates out files more during the compilation phase, it should also help with #3.