mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-27 14:17:45 +00:00
5 lines
No EOL
184 B
CMake
5 lines
No EOL
184 B
CMake
find_package(Vulkan REQUIRED)
|
|
|
|
add_library(renderer src/renderer.cpp)
|
|
target_include_directories(renderer PUBLIC include)
|
|
target_link_libraries(renderer PUBLIC Vulkan::Vulkan fmt::fmt) |