mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 15:05:47 -04:00
Initial community commit
This commit is contained in:
8
Src/external_dependencies/cpr/cmake/cprConfig.cmake.in
Normal file
8
Src/external_dependencies/cpr/cmake/cprConfig.cmake.in
Normal file
@ -0,0 +1,8 @@
|
||||
include(CMakeFindDependencyMacro)
|
||||
@PACKAGE_INIT@
|
||||
|
||||
find_dependency(CURL REQUIRED)
|
||||
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/cprTargets.cmake)
|
||||
|
||||
check_required_components(cpr)
|
Reference in New Issue
Block a user