Skip to content

Latest commit

 

History

History
executable file
·
15 lines (13 loc) · 384 Bytes

README.md

File metadata and controls

executable file
·
15 lines (13 loc) · 384 Bytes

Test Exchange

Build

The first step is to update submodules:

git submodule update --init --recursive

The second step is to build all use Makefile in the root project directory.

make debug - builds debug version
make release - builds release version
make config-debug - run CMake configuration for debug
make config-release - run CMake configuration for release