Files
Seele/src/Engine/UI/Elements/CMakeLists.txt
T

10 lines
176 B
CMake
Raw Normal View History

2022-02-24 22:38:26 +01:00
target_sources(Engine
2021-09-23 10:10:39 +02:00
PRIVATE
2022-04-28 19:24:44 +02:00
Button.h
Button.cpp
2021-09-23 10:10:39 +02:00
Element.h
2022-04-18 18:08:38 +02:00
Element.cpp
2022-04-28 19:24:44 +02:00
Label.h
Label.cpp
2022-04-18 18:08:38 +02:00
Panel.h
Panel.cpp)