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

6 lines
106 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
Element.h
2022-04-18 18:08:38 +02:00
Element.cpp
Panel.h
Panel.cpp)