diff options
| author | Yale Zhang <simdgenius> | 2017-01-03 20:33:12 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-01-03 20:33:12 +0000 |
| commit | 2b7b6e48c28acbf46d190124de21b8975bded102 (patch) | |
| tree | bafe2438d7bebd9d129e1f1011423b19c6d58ee5 /src | |
| parent | Add 'line-height' to allowed properties of tspans. (diff) | |
| download | inkscape-2b7b6e48c28acbf46d190124de21b8975bded102.tar.gz inkscape-2b7b6e48c28acbf46d190124de21b8975bded102.zip | |
Fix build on Windows (see http://inkscape.13.x6.nabble.com/compile-error-on-Windows-10-Inkscape-rev-15382-64-bit-td4978305.html)
Fixed bugs:
- https://launchpad.net/bugs/1645062
(bzr r15388)
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1102bf4bf..47aa02ef1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -521,7 +521,6 @@ set(INKSCAPE_TARGET_LIBS depixelize_LIB util_LIB gc_LIB - ${INKSCAPE_LIBS} ) # Build everything except main and inkview.c in a shared library. @@ -534,7 +533,7 @@ if(WITH_DBUS) endif() # Link the inkscape_base library against all external dependencies -target_link_libraries(inkscape_base ${INKSCAPE_TARGET_LIBS}) +target_link_libraries(inkscape_base PRIVATE ${INKSCAPE_TARGET_LIBS} PUBLIC ${INKSCAPE_LIBS}) # Link inkscape and inkview against inkscape_base target_link_libraries(inkscape inkscape_base) |
