Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-client-gnome
Commits
9aef312a
Commit
9aef312a
authored
Mar 20, 2015
by
Stepan Salenikovich
Committed by
Guillaume Roguez
Mar 20, 2015
Browse files
gnome: change binary name to 'gnome-ring'
Refs #68585 Change-Id: Id499087ff3cd70845d709b2b20bb094d1793529b
parent
644caf46
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9aef312a
...
...
@@ -174,10 +174,10 @@ GLIB_COMPILE_RESOURCES( GLIB_RESOURCES_RING
# FIND_PACKAGE ( Gettext REQUIRED )
# ADD_SUBDIRECTORY( po )
ADD_EXECUTABLE
(
ring-
gnome
${
GLIB_RESOURCES_RING
}
${
SRC_FILES
}
)
ADD_EXECUTABLE
(
gnome
-ring
${
GLIB_RESOURCES_RING
}
${
SRC_FILES
}
)
IF
(
NOT
${
ENABLE_STATIC
}
MATCHES false
)
TARGET_LINK_LIBRARIES
(
ring-
gnome
TARGET_LINK_LIBRARIES
(
gnome
-ring
${
LIB_RING_CLIENT_LIBRARY
}
${
GTK3_LIBRARIES
}
${
Qt5Core_LIBRARIES
}
...
...
@@ -188,7 +188,7 @@ TARGET_LINK_LIBRARIES(ring-gnome
-lrt
)
ELSE
()
TARGET_LINK_LIBRARIES
(
ring-
gnome
TARGET_LINK_LIBRARIES
(
gnome
-ring
${
LIB_RING_CLIENT_LIBRARY
}
${
GTK3_LIBRARIES
}
${
Qt5Core_LIBRARIES
}
...
...
@@ -197,6 +197,6 @@ TARGET_LINK_LIBRARIES(ring-gnome
)
ENDIF
()
INSTALL
(
TARGETS
ring-
gnome
INSTALL
(
TARGETS gnome
-ring
RUNTIME DESTINATION bin
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment