Skip to content

CBATeam/CBX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c8d190b · Sep 13, 2019

History

11 Commits
Sep 13, 2019
Sep 2, 2019
Sep 13, 2019
Sep 10, 2019
Sep 2, 2019
Sep 2, 2019
Sep 2, 2019
Sep 2, 2019
Sep 10, 2019
Sep 2, 2019
Sep 2, 2019
Sep 2, 2019
Sep 2, 2019
Sep 2, 2019
Sep 3, 2019
Sep 2, 2019
Sep 2, 2019
Sep 2, 2019
Sep 2, 2019

Repository files navigation

CBX

This project utilises the IDI CPP Template licensed under MIT.

Build Instructions

Requirements

  • CMake >= 3.14
  • GCC / Clang / MSVC (VS2019)

Make sure you have initialized submodules:

$ git submodule init
$ git submodule update

From root directory of project checkout run the following commands:

$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .   # or generated build system command (make, Visual Studio etc.)

Run tests:

$ ctest -C Debug

About

Community Base Extensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published