mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Post-merge fix
This commit is contained in:
parent
6ff8aed5e3
commit
f633f074b3
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ find_package(LEAPMOTION)
|
|||
if (LEAPMOTION_FOUND)
|
||||
set(TARGET_NAME hifiLeapMotion)
|
||||
setup_hifi_plugin(Script Qml Widgets)
|
||||
link_hifi_libraries(shared controllers ui plugins input-plugins)
|
||||
link_hifi_libraries(shared controllers ui plugins input-plugins display-plugins)
|
||||
target_leapmotion()
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue