Add Chromium-only Blender WebEngine parity work
This commit is contained in:
10
blender-5.2.0/extern/zstd/build/cmake/zstdConfig.cmake.in
vendored
Normal file
10
blender-5.2.0/extern/zstd/build/cmake/zstdConfig.cmake.in
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
@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")
|
||||
Reference in New Issue
Block a user