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

11 lines
188 B
CMake
Raw Normal View History

2022-02-24 22:38:26 +01:00
target_sources(Engine
2022-11-22 22:11:37 +01:00
PRIVATE
2022-01-12 14:40:26 +01:00
Util.h
2020-04-15 02:03:56 +02:00
Scene.cpp
2021-11-11 20:12:50 +01:00
Scene.h)
2022-11-22 22:11:37 +01:00
target_sources(Engine
PUBLIC FILE_SET HEADERS
FILES
Util.h
Scene.h)