Skip to content

Template for a C++ project with CMake and Doxygen

Notifications You must be signed in to change notification settings

VivCh14/template_cpp_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template_cpp_project

Template for a C++ project using CMake for building and is documented using Doxygen.

Prerequisites

  • Define PROJECT_DIR in your environment. Example: In your .bashrc file add "export PROJECT_DIR="FULL-PATH-TO-PROJECT-DIR" or add it to you '/etc/environment' file to use it also in Sublime Text build.

Project Tree

template_cpp_project
├── build_debug
├── build_release
│   └── build
├── Cmake
├── doc
│   └── build
├── exe
│   ├── build
│   ├── Debug
│   └── Release
├── include
├── lib
└── src

About

Template for a C++ project with CMake and Doxygen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published