Y
Hacker News
new
|
ask
|
show
|
jobs
by
CyberDildonics
3833 days ago
"Header only" but needs CMake?
2 comments
tomjakubowski
3833 days ago
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.
link
tibiapejagala
3833 days ago
From a quick look at CMakeLists.txt: actual library is header only, CMake used for building examples, tests, docs and some CLI.
link