2014-05-20 15:07:53 +00:00
|
|
|
# Poppler, assuming it's been installed to the (Linux) system.
|
2013-08-20 18:57:01 +00:00
|
|
|
{
|
2014-05-20 15:07:53 +00:00
|
|
|
'targets': [{
|
|
|
|
'target_name': 'poppler',
|
|
|
|
'type': 'none',
|
|
|
|
'direct_dependent_settings': {
|
|
|
|
'libraries': [
|
|
|
|
'-lpoppler-cpp',
|
2013-08-20 18:57:01 +00:00
|
|
|
],
|
2014-05-20 15:07:53 +00:00
|
|
|
'include_dirs': [
|
|
|
|
'/usr/include/poppler/cpp',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
}],
|
2013-08-20 18:57:01 +00:00
|
|
|
}
|