mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-03 03:08:23 -05:00
6 lines
122 B
CMake
Executable File
6 lines
122 B
CMake
Executable File
set(FIND_CURLPP_ARGS ${ARGS})
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(CURL)
|
|
|
|
_find_package(${FIND_CURLPP_ARGS})
|