Closed martinwguy closed 3 months ago
Hi, thank you for the report! I am currently restructuring the CMake part and it may be that the installation is not working properly at the moment.
I'll check on it later today.
However, you don't need to create a build directory in the examples directory. The build you did for the root project should contain the example executable. The first 3 lines you posted should be sufficient.
Commit 82161e7bb5d65d5165d530140c3fc51036733a9d fixes installs using CMake. The executables are installed to /usr/local/bin
on GNU Linux.
What a wonderful project, exactly what I needed. Many thanks.
However I'm not succeeding in making the example programs. I do:
and get
I see it only installs
/usr/local/include/fmt/*
, nothwinfo.h
Is there something I'm missing here? (I'm new to cmake and am inventing the runes. Maybe document them, and --install, for us newbies?)
Blessings