diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-01-31 03:10:16 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-02-09 18:31:00 +0000 |
| commit | 35d9aa331ac8caca415db3be34976721cd73ea2a (patch) | |
| tree | be9865c99d162b9e9e0dd69d0c6ff353beb2a39d /CMakeScripts/DefineDependsandFlags.cmake | |
| parent | Add xgettext instead intl-tool (diff) | |
| download | inkscape-35d9aa331ac8caca415db3be34976721cd73ea2a.tar.gz inkscape-35d9aa331ac8caca415db3be34976721cd73ea2a.zip | |
Mix init-tool and xgettext to allow inx and glade files
Diffstat (limited to 'CMakeScripts/DefineDependsandFlags.cmake')
| -rw-r--r-- | CMakeScripts/DefineDependsandFlags.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake index 8fff0f379..749e53f0d 100644 --- a/CMakeScripts/DefineDependsandFlags.cmake +++ b/CMakeScripts/DefineDependsandFlags.cmake @@ -104,6 +104,11 @@ list(APPEND INKSCAPE_INCS_SYS ${ICONV_INCLUDE_DIRS}) list(APPEND INKSCAPE_LIBS ${ICONV_LIBRARIES}) add_definitions(${ICONV_DEFINITIONS}) +find_package(Intl REQUIRED) +list(APPEND INKSCAPE_INCS_SYS ${Intl_INCLUDE_DIRS}) +list(APPEND INKSCAPE_LIBS ${Intl_LIBRARIES}) +add_definitions(${Intl_DEFINITIONS}) + find_package(BoehmGC REQUIRED) list(APPEND INKSCAPE_INCS_SYS ${BOEHMGC_INCLUDE_DIRS}) list(APPEND INKSCAPE_LIBS ${BOEHMGC_LIBRARIES}) |
