10 lines
273 B
CMake
10 lines
273 B
CMake
# - Config file for the @PROJECT_NAME@ package
|
|
# It defines the LibtorrentRasterbar::torrent-rasterbar target to link against
|
|
|
|
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
@_find_dependency_calls@
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/LibtorrentRasterbarTargets.cmake")
|