46bd2aa4a1
* vcpkg zlib dep fix * Use cmake.in file instead of write file directly Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
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") |