Implemented basic containers and ref pointers
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
target_sources(SeeleEngine
|
||||
PRIVATE
|
||||
Graphics.h
|
||||
Graphics.cpp
|
||||
View.h
|
||||
WindowManager.h
|
||||
WindowManager.cpp
|
||||
Window.h
|
||||
Window.cpp
|
||||
GraphicsResources.h)
|
||||
|
||||
add_subdirectory(Vulkan/)
|
||||
Reference in New Issue
Block a user