a language where the source code is folder only
src | ||
CMakeLists.txt | ||
README.md |
New_Folder
a language where the source code is folders
Building
this c project uses cmake build system to build this project, do this:
$ mkdir build
$ cd build
$ cmake ..
$ make