Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 463 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 463 Bytes

This is a mimumum working example CMake project for using the Jiskefet C++ API

Build

git clone https://github.com/PascalBoeschoten/jiskefet-api-cpp-cmake-example.git
cd jiskefet-api-cpp-cmake-example
mkdir build; cd build
cmake ..
make

Depending on how JiskefetApiCpp was installed, it may be necessary to indicate to CMake where to find the JiskefetApiCppConfig.cmake file:

cmake -DCMAKE_PREFIX_PATH=/path/to/my/lib/cmake/JiskefetApiCpp ..