Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

iqrfsdk/libiqrf

Repository files navigation

libiqrf

Build Status Coverage API Documentation Apache License

Description

This repository contains the IQRF libraries for C/C++.

Library schematics

Libraries

Dependencies

Build tools

Libraries

Testing

Build

git clone https://gitlab.iqrf.org/open-source/iqrf-sdk/libiqrf.git
cd libiqrf/
mkdir build
cmake -Bbuild -H. -DCMAKE_BUILD_TYPE=Debug -DBUILD_STATIC=TRUE -DUSE_CCACHE=TRUE
cmake --build build

Build options

Option Type Default Description
BUILD_DOCS boolean False Build documentation with Doxygen
BUILD_EXAMPLES boolean True Build examples
BUILD_SHARED boolean True Build shared libraries
BUILD_STATIC boolean False Build static libraries
BUILD_TESTING_SUPPORT boolean True Build testing support files
BUILD_TESTS boolean True Build tests
CODE_COVERAGE boolean False Enable code coverage
USE_CCACHE boolean False Use ccache for compilation

Test

cd build/test/
ctest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •