git-subtree-dir: external/unarr git-subtree-split: f243d72fb3fe418c26a19514609ac7167d089df4
12 lines
215 B
CMake
12 lines
215 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
@UNARR_DEPENDS_BZip2@
|
|
@UNARR_DEPENDS_LibLZMA@
|
|
@UNARR_DEPENDS_ZLIB@
|
|
|
|
if (NOT TARGET unarr::unarr)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/unarr-targets.cmake")
|
|
endif()
|