mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Merge pull request #6243 from jherico/controllers
Fixing input plugin dependencies
This commit is contained in:
commit
80d3d848a2
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 render-utils)
|
||||
link_hifi_libraries(shared plugins controllers script-engine render-utils)
|
||||
|
||||
GroupSources("src/input-plugins")
|
||||
|
||||
|
|
Loading…
Reference in a new issue