libcitygml
libcitygml copied to clipboard
Add include path to target
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.