forked from jbagg/QtZeroConf
Add CMake project for example
This commit is contained in:
@@ -144,3 +144,7 @@ install(TARGETS QtZeroConf
|
||||
LIBRARY DESTINATION lib
|
||||
PUBLIC_HEADER DESTINATION include/QtZeroConf
|
||||
)
|
||||
|
||||
if(BUILD_EXAMPLE)
|
||||
add_subdirectory(example)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user