mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Move format.cc from VULKAN_SRC to SRC
Support for building demos on a platform without Vulkan support
This commit is contained in:
committed by
Baldur Karlsson
parent
85ab48750e
commit
b2b76486a5
@@ -4,7 +4,6 @@ set(PROJECT demos)
|
||||
|
||||
set(VULKAN_SRC
|
||||
3rdparty/volk/volk.c
|
||||
3rdparty/fmt/format.cc
|
||||
vk/vk_helpers.cpp
|
||||
vk/vk_test.cpp
|
||||
vk/vk_adv_cbuffer_zoo.cpp
|
||||
@@ -100,6 +99,7 @@ set(OPENGL_SRC
|
||||
gl/gl_vertex_attr_zoo.cpp)
|
||||
|
||||
set(SRC main.cpp
|
||||
3rdparty/fmt/format.cc
|
||||
test_common.cpp
|
||||
texture_zoo.cpp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user