mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-05 22:11:56 -05:00
8 lines
No EOL
165 B
CMake
8 lines
No EOL
165 B
CMake
include(CMakeFindDependencyMacro)
|
|
@PACKAGE_INIT@
|
|
|
|
find_dependency(CURL REQUIRED)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/cprTargets.cmake)
|
|
|
|
check_required_components(cpr) |