Some checks reported errors
continuous-integration/drone/push Build was killed
feat: surface system This commit puts the project in major jeopardy as it overhauls the architecture such as removing the layer stack completely, etc. I am filled with determination.
4 lines
141 B
CMake
4 lines
141 B
CMake
add_library_module(ecs entity.cpp scene.cpp uuid.cpp )
|
|
target_link_libraries(ecs
|
|
PUBLIC logger lt_debug EnTT::EnTT input camera math
|
|
)
|