Skip to content

An empty project that uses a cmake build system and documentation in doxygen and sphinx

Notifications You must be signed in to change notification settings

zfj1/empty_cmake_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Empty CMAKE Project

This is a starter repository for a cmake build system. The repository builds into the ./build directory with documentation in both Doxygen and Sphinx.

The project name ("blank_project") can be set by adjusting the corresponding lines in:

  • ./CMakeLists.txt (Lines 2, 29)
  • ./docs/index.rst (Line 1)
  • ./docs/conf.py (Lines 21, 42, 44)

The path to Sphinx can be set in ./cmake/FindSphinx.cmake (Line 4)

About

An empty project that uses a cmake build system and documentation in doxygen and sphinx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published