mirror of
https://github.com/SimoneN64/Kaizen.git
synced 2025-04-02 10:41:53 -04:00
11 lines
215 B
CMake
11 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()
|