Skip to content

Latest commit

 

History

History

example_2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Summary

This example shods how to include libraries. This is a very primitive version using a specific directory.

Build Instructions

mkdir build_example_2
cd build_example_2/
cmake ../example_2/
make

Hint: there are more options to be considered for building stuff, see the other examples.