ULRE/example/Vulkan/CMakeLists.txt

8 lines
287 B
CMake
Raw Normal View History

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