2022-11-15 12:19:11 +01:00
|
|
|
target_sources(Engine
|
2022-11-17 16:47:42 +01:00
|
|
|
PRIVATE
|
2022-11-15 12:19:11 +01:00
|
|
|
Camera.h
|
|
|
|
|
Camera.cpp
|
2022-11-17 16:47:42 +01:00
|
|
|
Component.h
|
2022-11-15 12:19:11 +01:00
|
|
|
StaticMesh.h
|
|
|
|
|
Transform.h
|
2022-11-22 22:11:37 +01:00
|
|
|
Transform.cpp)
|
|
|
|
|
|
|
|
|
|
target_sources(Engine
|
|
|
|
|
PUBLIC FILE_SET HEADERS
|
|
|
|
|
FILES
|
|
|
|
|
Camera.h
|
|
|
|
|
Component.h
|
|
|
|
|
StaticMesh.h
|
|
|
|
|
Transform.h)
|