Skip to content

ueokande/cmake-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmake-example

This project is a C++ template project with cmake. The project contains tests and cmake configures for the tests.

Build process

First, clone the project from GitHub.

$ git clone https://github.com/iBenza/cmake-example

Then create build directory

$ mkdir cmake-example-build

and generate Makefile in the build directory, and build the project.

$ cd cmake-example-build
$ cmake ../cmake-example
$ make

You can run the tests with make.

$ make test

Travis CI

You can get the cooperation with Travis CI from .travis.yml. The results of the tests are on here.

LICENCE

MIT

About

CMake template project with tests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published