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
40ee4028
Commit
40ee4028
authored
Feb 09, 2017
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix creation of shortcut to linphone.exe when building on Windows.
parent
12278d9a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
additional_steps.cmake
cmake_builder/additional_steps.cmake
+1
-1
cmake-builder
submodules/cmake-builder
+1
-1
No files found.
cmake_builder/additional_steps.cmake
View file @
40ee4028
...
...
@@ -25,7 +25,7 @@ if(LINPHONE_BUILDER_TARGET STREQUAL linphoneqt AND WIN32)
set
(
SHORTCUT_PATH
"
${
CMAKE_INSTALL_PREFIX
}
/linphone.lnk"
)
set
(
SHORTCUT_TARGET_PATH
"
${
CMAKE_INSTALL_PREFIX
}
/bin/linphone.exe"
)
set
(
SHORTCUT_WORKING_DIRECTORY
"
${
CMAKE_INSTALL_PREFIX
}
"
)
configure_file
(
"
${
CMAKE_CURRENT_
SOURCE
_DIR
}
/linphone_package/winshortcut.vbs.in"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/winshortcut.vbs"
@ONLY
)
configure_file
(
"
${
CMAKE_CURRENT_
LIST
_DIR
}
/linphone_package/winshortcut.vbs.in"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/winshortcut.vbs"
@ONLY
)
add_custom_command
(
OUTPUT
"
${
SHORTCUT_PATH
}
"
COMMAND
"cscript"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/winshortcut.vbs"
)
add_custom_target
(
linphoneqt_winshortcut ALL DEPENDS
"
${
SHORTCUT_PATH
}
"
TARGET_linphone_builder
)
endif
()
cmake-builder
@
a79e2826
Subproject commit
29ed124fdda3dbdc1a9bdaecd93949b460261a85
Subproject commit
a79e2826e056cc48b3b4d0eda4f38d82f124bb56
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