3 lines
97 B
CMake
3 lines
97 B
CMake
add_executable(VulkanTest main.cpp ${SHADER_FILES})
|
|
target_link_libraries(VulkanTest ${ULRE})
|