diff options
author | crupest <crupest@outlook.com> | 2023-10-07 16:38:56 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-07 16:38:56 +0800 |
commit | d080481d8d2c358c553eddcb10786131b59bc9b6 (patch) | |
tree | bc36630a9c3bffcaf37e9397b02a2f17a0a5802e /src/platform/graphics/cairo/CMakeLists.txt | |
parent | a1dbbdf5fc04ac091be91add80aafe09d48cfea9 (diff) | |
download | cru-d080481d8d2c358c553eddcb10786131b59bc9b6.tar.gz cru-d080481d8d2c358c553eddcb10786131b59bc9b6.tar.bz2 cru-d080481d8d2c358c553eddcb10786131b59bc9b6.zip |
...
Diffstat (limited to 'src/platform/graphics/cairo/CMakeLists.txt')
-rw-r--r-- | src/platform/graphics/cairo/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/platform/graphics/cairo/CMakeLists.txt b/src/platform/graphics/cairo/CMakeLists.txt index 48339f7c..8dcba709 100644 --- a/src/platform/graphics/cairo/CMakeLists.txt +++ b/src/platform/graphics/cairo/CMakeLists.txt @@ -36,6 +36,9 @@ endif() if (EMSCRIPTEN) add_dependencies(CruPlatformGraphicsCairo build-meson-projects) - target_link_libraries(CruPlatformGraphicsCairo PUBLIC CruPlatformGraphics PUBLIC ${MESON_PROJECTS_INSTALL_DIR}/lib/libcairo.a) + target_link_libraries(CruPlatformGraphicsCairo PUBLIC CruPlatformGraphics PUBLIC + ${MESON_PROJECTS_INSTALL_DIR}/lib/libcairo.a + ${MESON_PROJECTS_INSTALL_DIR}/lib/libpango.a + ) target_include_directories(CruPlatformGraphicsCairo PUBLIC ${MESON_PROJECTS_INSTALL_DIR}/include) endif() |