mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Fix dependencies for Linux builds.
This commit is contained in:
parent
e28b901a90
commit
d731875c5b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
set(TARGET_NAME input-plugins)
|
||||
setup_hifi_library()
|
||||
link_hifi_libraries(shared plugins controllers)
|
||||
link_hifi_libraries(shared plugins controllers script-engine)
|
||||
|
||||
GroupSources("src/input-plugins")
|
||||
|
||||
|
|
Loading…
Reference in a new issue