Brian | a040785 | 2014-04-06 17:10:33 -0700 | [diff] [blame] | 1 | { |
| 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 Silverman | 3811150 | 2014-04-10 12:36:26 -0700 | [diff] [blame^] | 18 | { |
| 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 | }, |
Brian | a040785 | 2014-04-06 17:10:33 -0700 | [diff] [blame] | 40 | ], |
| 41 | } |