Sublime Forum

Build whole project

#1

Hello,

how it is possible to build the whole project? When I’ve added the folder to the project and press F7, only the current file (and it seems, that some files at random) will be compiled.
Any ideas on that?

Thanks!

0 Likes

#2

The easiest way I have found to do this is to just use a combination of Make and CMake in a custom build system.

If you already know what Make and CMake are then ignore this link, but if you don’t and want a very general overview of what to do you can read this post: viewtopic.php?f=2&t=12583#p49193

0 Likes