8 lines
287 B
CMake
8 lines
287 B
CMake
add_executable(VulkanTest main.cpp
|
|
VKInstance.cpp
|
|
VKPhysicalDevice.cpp
|
|
VKDevice.cpp
|
|
VKCommandBuffer.cpp)
|
|
|
|
target_link_libraries(VulkanTest PRIVATE ${ULRE} ${VULKAN_LIB})
|