socket.io-client-cpp_mirror/sioclientConfig.cmake.in
Ian Reinhart Geiser 973baa3749
build: Support vcpkg - Update cmake for system install (#367)
* Update cmake for system install

* remove tooling hack

* CMake 3.4 is required so this is not needed

Co-authored-by: Joan Marcè i Igual <jmigual@users.noreply.github.com>

* Use submodules on ci

* Update .github/workflows/ci.yml

* Update CMakeLists.txt

Co-authored-by: Joan Marcè i Igual <jmigual@users.noreply.github.com>
2022-08-01 11:37:06 +02:00

7 lines
142 B
CMake

@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
@_find_dependency_calls@
include("${CMAKE_CURRENT_LIST_DIR}/sioclientTargets.cmake")