1 Star 8 Fork 2

Gitee 极速下载/blender

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/blender/blender
克隆/下载
CMakeLists.txt 646 Bytes
一键复制 编辑 原始数据 按行查看 历史
# SPDX-FileCopyrightText: 2006 Blender Authors
#
# SPDX-License-Identifier: GPL-2.0-or-later
add_library(bf_intern_mikktspace INTERFACE)
target_include_directories(bf_intern_mikktspace INTERFACE .)
target_link_libraries(bf_intern_mikktspace INTERFACE bf::dependencies::optional::tbb)
# CMake 3.19+ allows one to populate the interface library with
# source files to show in the IDE.
if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.19")
set(SRC
mikk_atomic_hash_set.hh
mikk_float3.hh
mikk_util.hh
mikktspace.hh
)
target_sources(bf_intern_mikktspace PRIVATE ${SRC})
blender_source_group(bf_intern_mikktspace ${SRC})
endif()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/blender.git
git@gitee.com:mirrors/blender.git
mirrors
blender
blender
main

搜索帮助