blob: 3e4abd476c0ef5be3ee02e8ab4dcad4d746b8a38 [file] [log] [blame]
{
'targets': [
{
'target_name': 'http_server',
'type': 'static_library',
'sources': [
'HTTPServer.cpp',
'evhttp_ctemplate_emitter.cc',
],
'dependencies': [
'<(AOS)/build/aos.gyp:libaos',
'<(EXTERNALS):libevent',
'<(EXTERNALS):ctemplate',
],
'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',
],
},
],
}