~jpakkane/+junk/scopetemplate

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Unity scope template

This project contains a simple Unity Scope and all files needed to build
and deploy it. Building it is simple. First you need to install the scopes
development package and CMake. Then you go into the source root and type
the following commands.

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=debug ..
make
(make install)

The build system uses standard CMake conventions. See CMake's documentation
for further details.