Have yall considered in your CMake a target for installation?
I know that it is header only and simple enough to copy the headers to where one wants but it often helps to have cmake installation setup in the CMake. At least when I use CMake for dependency install in an automatic way.
Am I missing something?
Thanks.
Have yall considered in your CMake a target for installation?
I know that it is header only and simple enough to copy the headers to where one wants but it often helps to have cmake installation setup in the CMake. At least when I use CMake for dependency install in an automatic way.
Am I missing something?
Thanks.