1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-04 07:42:31 +03:00
Files
zstd/build/cmake/zstdConfig.cmake.in
Theodore Tsirpanis dcd713ce06 Define the unified target inside the CMake project, and export it.
This is less error-prone.
2024-02-27 23:39:59 +02:00

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