mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:48:59 +08:00
c26101d71e
* add mapnik * version * update to latest ref * overwrite version * latest ref * fix hash * verison * update to latest upstream * version * false jpeg lib * version * update to latest ref * verssion * proj not needed * versioon * fix proj patch * version * actually the linkage is already checked in `supports`. Apply latest policies. Added default features * version * update to original ref * enable dynamic again * version * use date version * update version * do not add a second version * fix linux installing * version * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * do not use port var * version * drop mapnik::core from general usage info. * version * don't add a new version * add comment to trigger ci * version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
10 lines
421 B
Plaintext
10 lines
421 B
Plaintext
The package mapnik provides CMake targets:
|
|
|
|
find_package(mapnik CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE mapnik::mapnik mapnik::json mapnik::wkt)
|
|
|
|
If you only need the compile definitions without any sources, use target mapnik::core.
|
|
|
|
If any plugins were installed, the variable ${MAPNIK_PLUGINS_DIR} contains the plugin directory
|
|
Fonts are available with the variable ${MAPNIK_FONTS_DIR}
|