jbagg / QtZeroConf

Qt wrapper class for ZeroConf libraries across various platforms.
Other
69 stars 51 forks source link

Add proper CMake config file to install #43

Closed FMeinicke closed 3 years ago

FMeinicke commented 3 years ago

This is an addition to my PR #41. While using QtZeroConf with CMake in another project of mine I noticed that the installation and the subsequent usage wasn't working as expected. This commit fixes that so that once installed QtZeroConf can be easily integrated with find_package into other projects.