mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +02:00
6 lines
110 B
CMake
6 lines
110 B
CMake
set(TARGET_NAME vk)
|
|
setup_hifi_library(Gui)
|
|
GroupSources(src)
|
|
link_hifi_libraries(shared gl)
|
|
|
|
target_vulkan()
|