Skip to content

This is a pet project to practice cpp&python interops

Notifications You must be signed in to change notification settings

OnionKiller/GlassSorter

Repository files navigation

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

About

This is a pet project to practice cpp&python interops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published