Skip to content

9hack/cmake-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMake Skeleton

This serves as an example of how to set up CMake with Boost and Catch.

Project structure:

  • The main executable is main.cpp
  • Headers go in inc
  • Source files go in src
  • Tests go in test

To build and run the project:

mkdir build
cd build
cmake ..
make
bin/run_tests # Run tets
bin/aldente # Run the executable

About

Example project with CMake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published