mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
This commit is contained in:
commit
cfc77cd99a
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ endif()
|
||||||
|
|
||||||
# and with Faceshift for depth camera face tracking
|
# and with Faceshift for depth camera face tracking
|
||||||
if (FACESHIFT_FOUND AND NOT DISABLE_FACESHIFT)
|
if (FACESHIFT_FOUND AND NOT DISABLE_FACESHIFT)
|
||||||
add_definitions(-DAHAVE_FACESHIFT)
|
add_definitions(-DHAVE_FACESHIFT)
|
||||||
include_directories(SYSTEM "${FACESHIFT_INCLUDE_DIRS}")
|
include_directories(SYSTEM "${FACESHIFT_INCLUDE_DIRS}")
|
||||||
target_link_libraries(${TARGET_NAME} ${FACESHIFT_LIBRARIES})
|
target_link_libraries(${TARGET_NAME} ${FACESHIFT_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue