vcpkg/ports/mapnik/usage
Mathis Logemann e47ab01d40
[mapnik] update port (#20557)
* update to latest commit

* remove demo feature

* update to latest

* fix pkgconfig

* speed up copy tools

* update mapnik

* update sha

* remove debug messages

* update version

* add coretext to harfbuzz for osx

* version

* [skip actions] Trigger CI

* fix issue on macos

* version database

* apply ras0219-msft suggestions

* remove core

* version

* version

* [skip actions] Trigger CI

* test latest commit

* v

* update to latest

* version

* update to latest master

* version

* revert portfile.cmake format

* update version

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-10-15 19:14:06 -07:00

8 lines
468 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, call the function `mapnik_find_plugin_dir(MAPNIK_PLUGIN_DIR)` to get the plugin installation folder for the currently used configuration. See the docs for more information.