Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 844 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 844 Bytes

cpp_template

cmake-based c++ project template

Feature

  • Easy integration with 3rd-party projects using ExternalProject_Add() (See Dependency.cmake)
  • Can be used in Windows/MSVC, macOS/clang, and linux/gcc
  • Provide collections of good 3rd-party libraries
  • Optimal setting for VSCode (includes .vscode/settings.json)

How to use

  • Clone this project
  • Copy whole files in the projects
  • Open your project on VSCode
  • Edit project name in CMakeLists.txt
  • Enjoy!