package
0.3.0
Repository: https://github.com/c3pm-labs/c3pm.git
Documentation: pkg.go.dev

# Functions

cmakeBuild runs the CMake CLI to build a C3PM project See CMake's documentation for more information: https://cmake.org/cmake/help/latest/manual/cmake.1.html#build-a-project.
cmakeGenerateBuildFiles runs the cmake CLI to generate CMake build files.C3PM uses CMake's -S option for setting the source directory, the -B option for the build directory, and the -D option for setting build variables.