mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:28:59 +08:00
e47ab01d40
* 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>
8 lines
468 B
Plaintext
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.
|