This website requires JavaScript.
Explore
Help
Register
Sign In
hyzboy
/
ULRE
Watch
1
Star
0
Fork
0
You've already forked ULRE
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ULRE
/
example
/
Vulkan
/
CMakeLists.txt
3 lines
97 B
CMake
Raw
Normal View
History
Unescape
Escape
增加完整的平台和底层支持,删除旧的OpenGL代码
2019-04-30 16:42:59 +08:00
add_executable
(
VulkanTest
main.cpp
${
SHADER_FILES
}
)
target_link_libraries
(
VulkanTest
${
ULRE
}
)
Reference in New Issue
Copy Permalink