mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 21:12:23 +02:00
only build if kinect SDK is available
This commit is contained in:
parent
053b1bedc4
commit
fdf9dc432d
1 changed files with 7 additions and 6 deletions
|
@ -7,11 +7,12 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
set(TARGET_NAME hifiKinect)
|
if (KINECT_FOUND)
|
||||||
setup_hifi_plugin(Script Qml Widgets)
|
set(TARGET_NAME hifiKinect)
|
||||||
link_hifi_libraries(shared controllers ui plugins input-plugins)
|
setup_hifi_plugin(Script Qml Widgets)
|
||||||
|
link_hifi_libraries(shared controllers ui plugins input-plugins)
|
||||||
|
|
||||||
# need to setup appropriate externals...
|
# need to setup appropriate externals...
|
||||||
target_kinect()
|
target_kinect()
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue