Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 387 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 387 Bytes

c-plus-plus-starters-pack

The repository is LucisUrbe's C++ staters' pack.

Compilation

Please use CMake (3.28.1) to compile the source files. An example file is given in CMakeLists.txt.

To compile the project, open the terminal and change the directory to this repository, and run

cmake .
make

To clean the files that CMake generates, use git clean -dfx.