Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 518 Bytes

File metadata and controls

23 lines (16 loc) · 518 Bytes

CMake Example

This is a simple example of usage of the Yoctopuce C++ library with CMake. More detail on this example can be found on our web site:
https://www.yoctopuce.com/EN/article/compiling-the-c-library-with-cmake

Git clone

Since this example use submodule do not forget to add the --recurse-submodule flags:

git clone --recurse-submodule https://github.com/yoctopuce-examples/cmake_example

How to build this ex

Go to demo_app subfolder and run cmake

cd demo_app
cmake .