franneck94 / Vscode-C-Cpp-Runner

🚀 Compile, run and debug single or multiple C/C++ files with ease. 🚀
MIT License
53 stars 14 forks source link

splitting sorce folder #78

Closed lknaeble closed 2 years ago

lknaeble commented 2 years ago

hi is there a possibility to split the src and header folder? withe google proto I got a lots of .cc and .h files which I would like to put insight a "proto" folder. (so "myProgramm/src/proto" and "myProgramm/header/proto")

It would make my folders so match more structured

Cheers lknaeble

franneck94 commented 2 years ago

More complex use-cases should be handeled by CMake projects.