Skip to content

CMake and the noweb literate programming tool template.

Notifications You must be signed in to change notification settings

bdkoepke/cmake-noweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmake-noweb

CMake and the noweb literate programming tool template.

This is a barebones example that integrates cmake, noweb, and latex.

This example will build a C executable named 'quant' and will build a pdf named 'cmake-noweb.pdf' in the src/ directory.

Ensure that you have UseLatex.cmake in your cmake modules path (https://cmake.org/Wiki/CMakeUserUseLATEX).

To get started, run

git clone https://github.com/bdkoepke/cmake-noweb
cd cmake-noweb
mkdir build
cd build
cmake .. && make

If you want more files, add them to the sets in CMakeLists.txt.

About

CMake and the noweb literate programming tool template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published