5 Star 0 Fork 47

OpenHarmony/third_party_vk-gl-cts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 526 Bytes
一键复制 编辑 原始数据 按行查看 历史
Piotr Byszewski 提交于 2020-03-03 14:51 . Waiver mechanism
# Test framework cmake file
# C integration library
add_subdirectory(qphelper)
# Common test util (tcutil).
add_subdirectory(common)
# Common OpenGL utilities
add_subdirectory(opengl)
# EGL utilities
add_subdirectory(egl)
# XE xml util
add_subdirectory(xexml)
if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/randomshaders)
add_subdirectory(randomshaders)
endif ()
if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/referencerenderer)
add_subdirectory(referencerenderer)
endif ()
# Platform library
add_subdirectory(platform)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_vk-gl-cts.git
git@gitee.com:openharmony/third_party_vk-gl-cts.git
openharmony
third_party_vk-gl-cts
third_party_vk-gl-cts
master

搜索帮助