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

SoftwareForScience/jiskefet-api-cpp-cmake-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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 ..

About

An example CMake project for using the C++ Jiskefet API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published