libcitygml icon indicating copy to clipboard operation
libcitygml copied to clipboard

Add include path to target

Open gostefan opened this issue 6 months ago • 2 comments

This allows users of libcitygml to write simpler cmake files. They will only need target_link_libraries(citygml::citygml). (Plus finding the package of course.)

This PR is only about the last two commits. The others are included in other PRs (#96, #97, and #98). This PR is based on them to avoid conflicts when merging.

gostefan avatar Aug 07 '24 21:08 gostefan