Closed v4hn closed 10 months ago
Thanks!
I still sometimes find the CMake installation and packaging stuff a bit confusing - I'm assuming the PUBLIC_HEADER
flag is what I actually wanted.
Greetings from Hamburg to Hamburg, Lars
I'm assuming the PUBLIC_HEADER flag is what I actually wanted.
I guess that would work, but it's another mechanism in parallel to INTERFACE_INCLUDE_DIRECTORIES
of the library targets. Imho installing the include folder seems more readable.
Greetings from Hamburg to Hamburg
If you are around anyway, I would be happy to invite you to our lab for a visit and short talk on your work. :partying_face:
fixup 24ae2d79
Actually install headers and do not redundantly add the include dir to the target.
INCLUDES DESTINATION
flags ininstall(TARGETS
define additional paths that are added to theINTERFACE_INCLUDE_DIRECTORIES
, they do not install files.