Add CMake project for example

This commit is contained in:
Florian Meinicke
2020-09-11 09:34:23 +02:00
parent 3fdf9dd8d8
commit fe9d3cbc63
3 changed files with 32 additions and 0 deletions

View File

@@ -144,3 +144,7 @@ install(TARGETS QtZeroConf
LIBRARY DESTINATION lib
PUBLIC_HEADER DESTINATION include/QtZeroConf
)
if(BUILD_EXAMPLE)
add_subdirectory(example)
endif()