2020-02-25 00:44:40 +01:00
|
|
|
target_sources(SeeleEngine
|
|
|
|
|
PRIVATE
|
2020-04-15 02:03:56 +02:00
|
|
|
GraphicsResources.h
|
|
|
|
|
GraphicsResources.cpp
|
2020-05-05 01:51:13 +02:00
|
|
|
GraphicsInitializer.h
|
2020-04-15 02:03:56 +02:00
|
|
|
GraphicsEnums.h
|
2020-02-25 00:44:40 +01:00
|
|
|
Graphics.h
|
|
|
|
|
Graphics.cpp
|
2020-04-15 02:03:56 +02:00
|
|
|
Mesh.h
|
|
|
|
|
Mesh.cpp
|
2020-06-02 11:46:18 +02:00
|
|
|
MeshBatch.h
|
2020-03-05 11:43:38 +01:00
|
|
|
RenderCore.h
|
|
|
|
|
RenderCore.cpp
|
2020-03-02 19:07:49 +01:00
|
|
|
RenderPath.h
|
|
|
|
|
RenderPath.cpp
|
2020-04-15 02:03:56 +02:00
|
|
|
SceneView.h
|
|
|
|
|
SceneView.cpp
|
2020-03-05 11:43:38 +01:00
|
|
|
SceneRenderPath.h
|
|
|
|
|
SceneRenderPath.cpp
|
2020-02-25 00:44:40 +01:00
|
|
|
View.h
|
2020-03-02 19:07:49 +01:00
|
|
|
View.cpp
|
2020-04-15 02:03:56 +02:00
|
|
|
Window.cpp
|
|
|
|
|
Window.h
|
2020-02-25 00:44:40 +01:00
|
|
|
WindowManager.h
|
2020-04-15 02:03:56 +02:00
|
|
|
WindowManager.cpp)
|
2020-02-25 00:44:40 +01:00
|
|
|
|
2020-06-02 11:46:18 +02:00
|
|
|
add_subdirectory(RenderPass/)
|
2020-02-25 00:44:40 +01:00
|
|
|
add_subdirectory(Vulkan/)
|