cpp-template
C++ template for starting your projects faster
💾 Getting started
Requirements
- C/C++ compiler
- CMake & Make
How to start?
- Clone the repo
shgit clone https://github.com/budchirp/cpp-template && cd cpp-template
-
Change project name in
CMakeLists.txt
-
Compile the code
shmkdir build && cd build cmake .. && make -j$(nproc)
NOTE: If you're using fish, remove the
$
sign.
- Have fun!
sh./PROJECT_NAME