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

11 lines
209 B
CMake
Raw Normal View History

target_sources(Engine
2022-11-17 16:47:42 +01:00
PRIVATE
Executor.h
Executor.cpp
2022-11-22 22:11:37 +01:00
SystemBase.h)
target_sources(Engine
PUBLIC FILE_SET HEADERS
FILES
Executor.h
SystemBase.h)