OLD | NEW |
---|---|
(Empty) | |
1 # Poppler, assuming it's been installed to the (Linux) system. | |
2 { | |
3 'targets': [{ | |
4 'target_name': 'poppler', | |
5 'type': 'none', | |
6 'direct_dependent_settings': { | |
7 'libraries': [ | |
8 '-lpoppler-cpp', | |
9 ], | |
10 'include_dirs': [ | |
11 '/usr/include/poppler/cpp', | |
12 ], | |
13 }, | |
14 }], | |
15 } | |
OLD | NEW |