mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-19 19:25:52 +01:00
8 lines
165 B
CMake
8 lines
165 B
CMake
include(CMakeFindDependencyMacro)
|
|
@PACKAGE_INIT@
|
|
|
|
find_dependency(CURL REQUIRED)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/cprTargets.cmake)
|
|
|
|
check_required_components(cpr) |