This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
BUILD.gn
68 lines (67 loc) · 2.25 KB
/
BUILD.gn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Copyright 2016 Intel Corporation. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("libpxc") {
sources = [
"include/pxc3dscan.h",
"include/pxc3dseg.h",
"include/pxcaddref.h",
"include/pxcaudio.h",
"include/pxcaudiosource.h",
"include/pxcbase.h",
"include/pxcblobconfiguration.h",
"include/pxcblobdata.h",
"include/pxcblobmodule.h",
"include/pxccalibration.h",
"include/pxccapture.h",
"include/pxccapturemanager.h",
"include/pxccursorconfiguration.h",
"include/pxccursordata.h",
"include/pxcdefs.h",
"include/pxcenhancedphoto.h",
"include/pxcenhancedvideo.h",
"include/pxcfaceconfiguration.h",
"include/pxcfacedata.h",
"include/pxcfacemodule.h",
"include/pxchandconfiguration.h",
"include/pxchandcursormodule.h",
"include/pxchanddata.h",
"include/pxchandmodule.h",
"include/pxcimage.h",
"include/pxcmetadata.h",
"include/pxcobjectrecognitionconfiguration.h",
"include/pxcobjectrecognitiondata.h",
"include/pxcobjectrecognitionmodule.h",
"include/pxcpersontrackingconfiguration.h",
"include/pxcpersontrackingdata.h",
"include/pxcpersontrackingmodule.h",
"include/pxcphoto.h",
"include/pxcplatformcameracontrol.h",
"include/pxcpowerstate.h",
"include/pxcprojection.h",
"include/pxcsceneperception.h",
"include/pxcsensemanager.h",
"include/pxcsession.h",
"include/pxcspeechrecognition.h",
"include/pxcspeechsynthesis.h",
"include/pxcstatus.h",
"include/pxcsyncpoint.h",
"include/pxctouchlesscontroller.h",
"include/pxctracker.h",
"include/pxctrackerutils.h",
"include/pxcversion.h",
"include/pxcvideomodule.h",
"include/service/pxcaudiosourceservice.h",
"include/service/pxcloggingservice.h",
"include/service/pxcpowerstateserviceclient.h",
"include/service/pxcschedulerservice.h",
"include/service/pxcserializableservice.h",
"include/service/pxcsessionservice.h",
"include/service/pxcsmartasyncimpl.h",
"include/service/pxcsyncpointservice.h",
"src/libpxc/libpxc.cpp",
]
include_dirs = [
"include",
]
}