chore(ecs): remove input as dependency
This commit is contained in:
parent
d69315c6aa
commit
9e6300f1aa
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
add_library_module(ecs entity.cpp scene.cpp uuid.cpp )
|
||||
target_link_libraries(ecs
|
||||
PUBLIC logger lt_debug EnTT::EnTT input camera math
|
||||
PUBLIC logger lt_debug EnTT::EnTT camera math
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue