summaryrefslogtreecommitdiffstats
path: root/share/symbols
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2015-10-26 22:50:52 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2015-10-26 22:50:52 +0000
commit0d4e511c524d9102d90adbf2defea4f644eb3edd (patch)
treeffd9da7dadc59fa46ca91fa123659f5271214614 /share/symbols
parentExtensions. Fixed 'none' setting in flow control dropdown. Fixes bug #1509580 (diff)
downloadinkscape-0d4e511c524d9102d90adbf2defea4f644eb3edd.tar.gz
inkscape-0d4e511c524d9102d90adbf2defea4f644eb3edd.zip
add gtk3 experimental support in CMake
Fixed bugs: - https://launchpad.net/bugs/1509969 (bzr r14430)
Diffstat (limited to 'share/symbols')
-rw-r--r--share/symbols/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/symbols/CMakeLists.txt b/share/symbols/CMakeLists.txt
index ef44c89e4..b578ff851 100644
--- a/share/symbols/CMakeLists.txt
+++ b/share/symbols/CMakeLists.txt
@@ -6,6 +6,6 @@ add_custom_command(
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/i18n.py ${_FILES}
)
-add_custom_target(symbols.h ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/symbols.h)
+add_custom_target(symbols_h ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/symbols.h)
install(FILES ${_FILES} "README" ${CMAKE_CURRENT_BINARY_DIR}/symbols.h DESTINATION ${SHARE_INSTALL}/inkscape/symbols)