pineapple/externals/vcpkg/ports/curlpp/vcpkg-cmake-wrapper.cmake
2022-07-23 03:01:36 +02:00

5 lines
122 B
CMake
Executable file

set(FIND_CURLPP_ARGS ${ARGS})
include(CMakeFindDependencyMacro)
find_dependency(CURL)
_find_package(${FIND_CURLPP_ARGS})