Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-gnome
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-gnome
Commits
e1ce9b8e
Unverified
Commit
e1ce9b8e
authored
6 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
migration: keep symlink to ring.cx
Change-Id: I66708cff5a0d6a52bbb616d4a6af6e98a323cbed
parent
853faec5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+5
-0
5 additions, 0 deletions
CMakeLists.txt
with
5 additions
and
0 deletions
CMakeLists.txt
+
5
−
0
View file @
e1ce9b8e
...
@@ -472,6 +472,11 @@ INSTALL(
...
@@ -472,6 +472,11 @@ INSTALL(
WORLD_EXECUTE
WORLD_EXECUTE
)
)
INSTALL
(
CODE
"
EXECUTE_PROCESS(COMMAND rm
${
CMAKE_INSTALL_PREFIX
}
/bin/ring.cx -f)
EXECUTE_PROCESS(COMMAND ln -s
${
CMAKE_INSTALL_PREFIX
}
/bin/jami
${
CMAKE_INSTALL_PREFIX
}
/bin/ring.cx)
"
)
# add a target to generate API documentation with Doxygen
# add a target to generate API documentation with Doxygen
FIND_PACKAGE
(
Doxygen
)
FIND_PACKAGE
(
Doxygen
)
IF
(
DOXYGEN_FOUND
)
IF
(
DOXYGEN_FOUND
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment