This is a pet project to practice cpp&python interops It has not yet docuumneted well.
Just open the solution file, and everything should be set up already. Testing is available trough the Test-Explorer.
I assume that bash
is available, but most of the commansd have aliases on PS as well.
Start a terminal from the root direcotry of the repository.
#init cmake
cmake -S . -B build
#build
cmake --build build
#test
cd build
ctest