mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 22:32:57 +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)
|
||||
set(TARGET_NAME hifiKinect)
|
||||
setup_hifi_plugin(Script Qml Widgets)
|
||||
link_hifi_libraries(shared controllers ui plugins input-plugins)
|
||||
if (KINECT_FOUND)
|
||||
set(TARGET_NAME hifiKinect)
|
||||
setup_hifi_plugin(Script Qml Widgets)
|
||||
link_hifi_libraries(shared controllers ui plugins input-plugins)
|
||||
|
||||
# need to setup appropriate externals...
|
||||
target_kinect()
|
||||
|
||||
# need to setup appropriate externals...
|
||||
target_kinect()
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue