Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Cpp project

This project demonstrates the usage of some common c++ tools for a project.

When you build the project everything will be build in the bin directory. The bin and docs directories are excluded from git in the .gitignore file.

cd bin/
cmake ../
make

Doxygen

Doxygen runs with the configuration set in the Doxyfile. For this project running Doxygen from the root of the directory tree will generate the docs in the docs directory.

./Doxygen

Catch.h

A separate test executable is built in the CMakeList.txt. You can run the tests by running the test executable in the bin directory. You can see all the tests written in the test directory.

About

Sample project setup for CS 3450

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages