Hacker News new | ask | show | jobs
by CyberDildonics 3833 days ago
"Header only" but needs CMake?
2 comments

You need CMake to run the in-tree examples and tests. That doesn't mean you need CMake to use the library, which is in fact header-only.
From a quick look at CMakeLists.txt: actual library is header only, CMake used for building examples, tests, docs and some CLI.