blob: 1f5e76fadf81e8a4e182dcb756ebb9611c04fc97 [file] [log] [blame]
Briana0407852014-04-06 17:10:33 -07001{
2 'targets': [
3 {
4 'target_name': 'polytope',
5 'type': 'static_library',
6 'sources': [
7 #'polytope.h',
8 ],
9 'dependencies': [
10 '<(EXTERNALS):eigen',
11 '<(EXTERNALS):libcdd',
12 ],
13 'export_dependent_settings': [
14 '<(EXTERNALS):eigen',
15 '<(EXTERNALS):libcdd',
16 ],
17 },
Brian Silverman38111502014-04-10 12:36:26 -070018 {
19 'target_name': 'sensor_generation',
20 'type': 'static_library',
21 'sources': [
22 'sensor_generation.q',
23 ],
24 'variables': {
25 'header_path': 'aos/common/controls',
26 },
27 'includes': ['../../../aos/build/queues.gypi'],
28 },
29 {
30 'target_name': 'output_check',
31 'type': 'static_library',
32 'sources': [
33 'output_check.q',
34 ],
35 'variables': {
36 'header_path': 'aos/common/controls',
37 },
38 'includes': ['../../../aos/build/queues.gypi'],
39 },
Briana0407852014-04-06 17:10:33 -070040 ],
41}