mirror of
https://github.com/facebook/zstd.git
synced 2025-03-06 16:56:49 +02:00
11 lines
220 B
CMake
11 lines
220 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
if(@ZSTD_MULTITHREAD_SUPPORT@ AND "@UNIX@")
|
|
find_dependency(Threads)
|
|
endif()
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/zstdTargets.cmake")
|
|
|
|
check_required_components("zstd")
|