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

19 lines
350 B
CMake
Raw Normal View History

2022-02-24 22:38:26 +01:00
target_sources(Engine
2022-11-17 16:47:42 +01:00
PRIVATE
2023-02-24 22:09:07 +01:00
GameView.h
GameView.cpp
2021-01-19 15:30:00 +01:00
View.h
View.cpp
Window.cpp
Window.h
WindowManager.h
WindowManager.cpp)
2022-11-22 22:11:37 +01:00
target_sources(Engine
PUBLIC FILE_SET HEADERS
FILES
2023-02-24 22:09:07 +01:00
GameView.h
2022-11-22 22:11:37 +01:00
View.h
Window.h
WindowManager.h)