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