mirror of
https://github.com/overte-org/overte.git
synced 2025-04-30 09:02:37 +02:00
Merge branch 'master' of https://github.com/highfidelity/hifi
This commit is contained in:
commit
3d9d89e4a7
2 changed files with 3 additions and 1 deletions
|
@ -139,7 +139,8 @@ if (VISAGE_FOUND AND NOT DISABLE_VISAGE)
|
||||||
include_directories(SYSTEM "${VISAGE_INCLUDE_DIRS}")
|
include_directories(SYSTEM "${VISAGE_INCLUDE_DIRS}")
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
add_definitions(-DMAC_OS_X)
|
add_definitions(-DMAC_OS_X)
|
||||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-comment -isystem ${VISAGE_INCLUDE_DIRS}")
|
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-comment")
|
||||||
|
include_directories(SYSTEM "${VISAGE_INCLUDE_DIRS}")
|
||||||
find_library(AVFoundation AVFoundation)
|
find_library(AVFoundation AVFoundation)
|
||||||
find_library(CoreMedia CoreMedia)
|
find_library(CoreMedia CoreMedia)
|
||||||
find_library(NEW_STD_LIBRARY libc++.dylib /usr/lib/)
|
find_library(NEW_STD_LIBRARY libc++.dylib /usr/lib/)
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
#include <VisageTracker2.h>
|
#include <VisageTracker2.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "Application.h"
|
||||||
#include "Visage.h"
|
#include "Visage.h"
|
||||||
#include "renderer/FBXReader.h"
|
#include "renderer/FBXReader.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue