Skip to content

eastmoutain/cmake_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this tutorial

This tutorial is an example of how to use cmake in your project. You can download this project and then build it to have a try cmake.

clone the project

build the project

  • mkdir build && cd build
  • cmake ../
  • make

result

After build completed, you can find the binary at build/bin/ directory, and libraris (static lib and dynamic lib) at build/lib/ directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published