Files
libtorrent/LibtorrentRasterbarConfig.cmake.in
Eugene Shalygin 258a08de9a Remove old-style package variable from the cmake config file
This leaves only the exported target in the file, which should be used.
2020-05-15 16:04:41 +02:00

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")