Files
Seele/src/Benchmark/CMakeLists.txt
T

5 lines
108 B
CMake
Raw Normal View History

2024-07-05 12:02:46 +02:00
target_sources(Benchmark
PUBLIC
main.cpp
PlayView.h
2025-01-08 19:15:12 +01:00
PlayView.cpp "../../tests/Engine/UI/Element.cpp")