Files
Seele/src/Engine/Graphics/CMakeLists.txt
T

15 lines
296 B
CMake
Raw Normal View History

target_sources(SeeleEngine
PRIVATE
Graphics.h
Graphics.cpp
2020-03-02 19:07:49 +01:00
RenderPath.h
RenderPath.cpp
View.h
2020-03-02 19:07:49 +01:00
View.cpp
WindowManager.h
WindowManager.cpp
Window.h
Window.cpp
GraphicsResources.h)
add_subdirectory(Vulkan/)