Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.16 KB

File metadata and controls

19 lines (13 loc) · 1.16 KB

Build and test codecov Clang GCC MSVC

CLSTL

Usage

To use CLSTL, simply clone the repository and add the include directory to your include directories.

Building

To build CLSTL using CMake, the following steps must be executed.

  1. Run the script scripts/build.sh.
  2. Change directory to the newly created build directory
  3. Run make && make test to build and test the library.