yuzu/externals/vcpkg/ports/curlpp/vcpkg-cmake-wrapper.cmake

6 lines
122 B
CMake
Raw Normal View History

2022-07-23 05:01:36 +04:00
set(FIND_CURLPP_ARGS ${ARGS})
include(CMakeFindDependencyMacro)
find_dependency(CURL)
_find_package(${FIND_CURLPP_ARGS})