Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
linphone-desktop
Commits
2acb7b88
Commit
2acb7b88
authored
Apr 27, 2017
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(cmake_builder/linphone_package/CMakeLists.txt): install assistant rc files
parent
48e26c61
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
CMakeLists.txt
cmake_builder/linphone_package/CMakeLists.txt
+5
-0
CMakeLists.txt
linphone-desktop/CMakeLists.txt
+4
-0
No files found.
cmake_builder/linphone_package/CMakeLists.txt
View file @
2acb7b88
...
...
@@ -232,6 +232,11 @@ elseif(APPLE)
file
(
COPY
"
${
LINPHONE_OUTPUT_DIR
}
/share/sounds"
DESTINATION
"Linphone.app/Contents/Resources/share"
USE_SOURCE_PERMISSIONS
)
file
(
COPY
"
${
LINPHONE_OUTPUT_DIR
}
/share/Linphone/rootca.pem"
DESTINATION
"Linphone.app/Contents/Resources/share/linphone"
)
file
(
COPY
"
${
LINPHONE_OUTPUT_DIR
}
/share/Linphone/linphonerc-factory"
DESTINATION
"Linphone.app/Contents/Resources/share/linphone"
)
file
(
COPY
"
${
LINPHONE_OUTPUT_DIR
}
/share/Linphone/assistant/use-other-sip-account.rc"
DESTINATION
"Linphone.app/Contents/Resources/share/linphone/assistant"
)
file
(
COPY
"
${
LINPHONE_OUTPUT_DIR
}
/share/Linphone/assistant/create-linphone-sip-account.rc"
DESTINATION
"Linphone.app/Contents/Resources/share/linphone/assistant"
)
file
(
COPY
"
${
LINPHONE_OUTPUT_DIR
}
/share/Linphone/assistant/use-linphone-sip-account.rc"
DESTINATION
"Linphone.app/Contents/Resources/share/linphone/assistant"
)
file
(
GLOB SHARED_LIBRARIES
"
${
CMAKE_CURRENT_BINARY_DIR
}
/Linphone.app/Contents/Frameworks/*.*.dylib"
)
foreach
(
_library
${
SHARED_LIBRARIES
}
)
get_filename_component
(
_library_filename
${
_library
}
NAME
)
...
...
linphone-desktop/CMakeLists.txt
View file @
2acb7b88
...
...
@@ -278,6 +278,10 @@ install(TARGETS ${TARGET_NAME}
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
# ------------------------------------------------------------------------------
# Install rc files.
# ------------------------------------------------------------------------------
install
(
FILES
"
${
ASSETS_DIR
}
/linphonerc-factory"
DESTINATION
"
${
CMAKE_INSTALL_DATADIR
}
/linphone"
)
...
...
Write
Preview
Markdown
is supported
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