Skip to content

TareqAlqutami/Cpp-cmake-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP Cmake starter code

This is a starter repo for C++ projects with Cmake.

Dependencies

Build Instructions

  1. Clone this repository.
  2. Create a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./main.
  5. You may add more dependencies and update project details in the CMakeLists.txt file
  6. If you are using VScode, you can install CMake Tools extention to help build, run and debug the project read more here.

About

Boilerplate code to start with Cpp and cmake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published