I have tried to use this lib in an existing CMake proejct.
Canoot get it to work.
Have tried both add_subdirectory and find_package approach.
Going down the find_package route:
No matter what I do it seems the top-level project can't find the installed headers. It seems that INTERFACE_INCLUDE_DIRECTORIES defined by the cpp-stasd-client in the generated /home/fpan/libdir/share/cpp-statsd-client/cmake/cpp-statsd-clientTargets.cmake.
I see this PR has seemingly adressed the issue: #25
Any tips or pointers?
I have tried to use this lib in an existing CMake proejct.
Canoot get it to work.
Have tried both add_subdirectory and find_package approach.
Going down the find_package route:
No matter what I do it seems the top-level project can't find the installed headers. It seems that INTERFACE_INCLUDE_DIRECTORIES defined by the cpp-stasd-client in the generated /home/fpan/libdir/share/cpp-statsd-client/cmake/cpp-statsd-clientTargets.cmake.
I see this PR has seemingly adressed the issue: #25
Any tips or pointers?