Add nik2img.cpp
This commit is contained in:
parent
7dc1aed9ee
commit
1ba744162b
1 changed files with 22 additions and 0 deletions
22
mapnik.gyp
22
mapnik.gyp
|
@ -183,6 +183,28 @@
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"target_name": "nik2img",
|
||||||
|
"type": "executable",
|
||||||
|
"sources": [ '<!@(find utils/nik2img/ -name "*.cpp")' ],
|
||||||
|
"dependencies": [ "mapnik" ],
|
||||||
|
"conditions": [
|
||||||
|
["OS=='win'", {
|
||||||
|
'libraries':[
|
||||||
|
'libboost_program_options-vc140-mt-1_56.lib',
|
||||||
|
'libboost_filesystem-vc140-mt-1_56.lib',
|
||||||
|
'libboost_thread-vc140-mt-1_56.lib',
|
||||||
|
'libboost_system-vc140-mt-1_56.lib',
|
||||||
|
'icuuc.lib'
|
||||||
|
],
|
||||||
|
},{
|
||||||
|
'libraries':[
|
||||||
|
'-lboost_thread'
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"target_name": "shape",
|
"target_name": "shape",
|
||||||
"type": "loadable_module",
|
"type": "loadable_module",
|
||||||
|
|
Loading…
Add table
Reference in a new issue