Hacker News new | ask | show | jobs
by lionkor 769 days ago
FYI the build steps should be simplified to

    cmake -B build -S .

    cmake --build build
this will work on all platforms.