kobbled / rossum_example_ws

An example workspace for rossum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rossum_example_ws

This repository contains an example workspace for use with rossum.

To build it, in a Windows cmd session::

cd C:\Temp
git clone https://github.com/gavanderhoorn/rossum_example_ws.git
cd C:\Temp\rossum_example_ws
mkdir build && cd build

rossum ..\src

ninja

This will build all binary targets defined in the two example projects (lib_a and prog_x) and place the results in build.

For more information on rossum, see rossum.

About

An example workspace for rossum

License:Apache License 2.0


Languages

Language:C++ 61.8%Language:LiveScript 27.9%Language:Python 10.2%