mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 04:12:46 +02:00
Update make file per master changes
This commit is contained in:
parent
6e266dfbac
commit
384e2cefdb
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ find_package(LEAPMOTION)
|
||||||
if (LEAPMOTION_FOUND)
|
if (LEAPMOTION_FOUND)
|
||||||
set(TARGET_NAME hifiLeapMotion)
|
set(TARGET_NAME hifiLeapMotion)
|
||||||
setup_hifi_plugin(Script Qml Widgets)
|
setup_hifi_plugin(Script Qml Widgets)
|
||||||
link_hifi_libraries(shared controllers ui plugins input-plugins display-plugins)
|
link_hifi_libraries(shared controllers ui plugins input-plugins)
|
||||||
target_leapmotion()
|
target_leapmotion()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue