Skip to content

Usage requirement

platform: Linux
standard: c++23

VCPKG

vcpkg can be used to install dependencies.

Build ctest

ps
cmake --install . # --prefix ./user_defined_install_path 
cmake --build . # -j num_thread
ctest .