Skip to content

jja725/alluxio-common-lib

Repository files navigation

alluxio-lib

An native C++ library of Alluxio built using modern cmake approach as described

Dependencies

Visual Studio Code Remote Containers Support

This project includes support for developing in a docker container using the Visual Studio Code Remote - Containers extension. The configured docker container includes everything needed to build the project so you don't have to deal with installing the dependencies above

to configure

cmake -DCMAKE_BUILD_TYPE=Debug \
      -DCMAKE_TOOLCHAIN_FILE={SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake \
      -G Ninja \
      -B build

to build

cmake --build build

to test

cmake --build build --target test

configure, build and run tests

cmake -S . -B build && cmake --build build && cmake --build build -t test -- -e CTEST_OUTPUT_ON_FAILURE=1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published