ULRE/example/Vulkan/CMakeLists.txt

5 lines
149 B
CMake
Raw Normal View History

2019-04-09 00:22:26 +08:00
add_executable(VulkanTest main.cpp
VKInstance.cpp)
target_link_libraries(VulkanTest PRIVATE ${ULRE} ${VULKAN_LIB})