blob: d41fe7d40116807c20c1c4adc07badf073914aa0 [file] [log] [blame]
{
'targets': [
{
'target_name': 'http_server',
'type': 'static_library',
'sources': [
'HTTPServer.cpp',
'evhttp_ctemplate_emitter.cc',
'ctemplate_cache.cc',
],
'dependencies': [
'<(AOS)/build/aos.gyp:libaos',
'<(EXTERNALS):libevent',
'<(EXTERNALS):ctemplate',
'<(AOS)/common/common.gyp:once',
],
'export_dependent_settings': [
# Our headers #include headers from both of these.
'<(EXTERNALS):libevent',
'<(EXTERNALS):ctemplate',
],
},
{
'target_name': 'motor_output',
'type': 'static_library',
'sources': [
'MotorOutput.cpp',
],
'dependencies': [
'<(AOS)/build/aos.gyp:libaos',
],
'export_dependent_settings': [
'<(AOS)/build/aos.gyp:libaos',
],
},
],
}