9 lines
165 B
CMake
9 lines
165 B
CMake
|
@PACKAGE_INIT@
|
|||
|
|
|||
|
include(CMakeFindDependencyMacro)
|
|||
|
|
|||
|
if(@USE_ZLIB@)
|
|||
|
find_dependency(ZLIB)
|
|||
|
endif()
|
|||
|
|
|||
|
include("${CMAKE_CURRENT_LIST_DIR}/ixwebsocket-targets.cmake")
|