Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 526 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 526 Bytes

GlassSorter

This is a pet project to practice cpp&python interops It has not yet docuumneted well.

Run & build with Visual Studio

Just open the solution file, and everything should be set up already. Testing is available trough the Test-Explorer.

Run & build with CMake

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