ULRE/example/Vulkan/CMakeLists.txt

3 lines
97 B
CMake
Raw Normal View History

add_executable(VulkanTest main.cpp ${SHADER_FILES})
target_link_libraries(VulkanTest ${ULRE})