Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-cmake-builder
Commits
5138ad94
Commit
5138ad94
authored
6 years ago
by
Ghislain MARY
Browse files
Options
Download
Patches
Plain Diff
Rename win10 config to uwp and split it for linphone-sdk integration.
parent
83920333
master
desktop_cmake_rework
external_auth_plugin_option
feature/android_ndk_r23b
feature/av1-support
feature/enable_wrapper_swift
feature/flexisip-video-conf
feature/make_bellesip_framework
feature/python_wrapper
feature/python_wrapper_5.1
feature/python_wrapper_5.3
feature/remove-no-longer-supported-i386-arch-for-ios
feature/sfu-audio-conf
feature/video_conf_mix_master
feature/videoconf
feature/yocto-kirkstone
features/sysconf_install_dir_for_prepare
fix/build-of-ffmpeg-for-android
fix/build_flexisip_macosx
fix/build_master
fix/change_linphone_submodule_name
fix/cmake_build
fix/flexisip
fix/hot_fix_release_4.2
fix/ice-dtls-turn-4.5
fix/improve_macosx_toolchain_detection
fix/mac_android
fix/mediadir
fix/nightly_builds
fix/openh264_static_build
fix/openh264_x86_64
fix/version_check
release/4.3
release/4.4
release/4.5
release/5.0
release/5.1
release/5.2
tests/build_windows
tmp/pq
5.2.19
5.2.10
5.2.3
5.2.1
5.2.0-beta
5.1.0
5.0.48
5.0.3
5.0.0-alpha
4.5.0
4.5.0-alpha
4.4.0
4.4.0-alpha
4.3.2
4.3.1
4.3.0
1 merge request
!9
Rename win10 config to uwp and split it for linphone-sdk integration.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configs/config-uwp.cmake
+50
-0
configs/config-uwp.cmake
configs/options-uwp.cmake
+1
-28
configs/options-uwp.cmake
with
51 additions
and
28 deletions
configs/config-uwp.cmake
0 → 100644
+
50
−
0
View file @
5138ad94
############################################################################
# config-uwp.cmake
# Copyright (C) 2015 Belledonne Communications, Grenoble France
#
############################################################################
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
############################################################################
include
(
${
CMAKE_CURRENT_LIST_DIR
}
/options-uwp.cmake
)
# Global configuration
set
(
LINPHONE_BUILDER_CPPFLAGS
"-D_ALLOW_KEYWORD_MACROS -D_CRT_SECURE_NO_WARNINGS -D_WINSOCK_DEPRECATED_NO_WARNINGS"
)
# Include builders
include
(
builders/CMakeLists.txt
)
# linphone
lcb_builder_cmake_options
(
linphone
"-DENABLE_CSHARP_WRAPPER=YES"
)
lcb_builder_cmake_options
(
linphone
"-DENABLE_RELATIVE_PREFIX=YES"
)
lcb_builder_cmake_options
(
linphone
"-DENABLE_CONSOLE_UI=NO"
)
lcb_builder_cmake_options
(
linphone
"-DENABLE_DAEMON=NO"
)
lcb_builder_cmake_options
(
linphone
"-DENABLE_NOTIFY=NO"
)
lcb_builder_cmake_options
(
linphone
"-DENABLE_TUTORIALS=NO"
)
lcb_builder_cmake_options
(
linphone
"-DENABLE_UPNP=NO"
)
lcb_builder_cmake_options
(
linphone
"-DENABLE_SOCI=NO"
)
# ms2
lcb_builder_cmake_options
(
ms2
"-DENABLE_RELATIVE_PREFIX=YES"
)
# opus
lcb_builder_cmake_options
(
opus
"-DENABLE_ASM=NO"
)
lcb_builder_cmake_options
(
opus
"-DENABLE_FIXED_POINT=YES"
)
set
(
EP_opus_LINKING_TYPE
"-DENABLE_STATIC=YES"
)
This diff is collapsed.
Click to expand it.
configs/
config-win10
.cmake
→
configs/
options-uwp
.cmake
+
1
−
28
View file @
5138ad94
############################################################################
#
config-win10
.cmake
#
options-uwp
.cmake
# Copyright (C) 2015 Belledonne Communications, Grenoble France
#
############################################################################
...
...
@@ -47,30 +47,3 @@ set(DEFAULT_VALUE_ENABLE_ZRTP ON)
set
(
ENABLE_NLS NO CACHE BOOL
""
FORCE
)
set
(
DEFAULT_VALUE_CMAKE_LINKING_TYPE
"-DENABLE_STATIC=NO"
)
# Global configuration
set
(
LINPHONE_BUILDER_CPPFLAGS
"-D_ALLOW_KEYWORD_MACROS -D_CRT_SECURE_NO_WARNINGS -D_WINSOCK_DEPRECATED_NO_WARNINGS"
)
# Include builders
include
(
builders/CMakeLists.txt
)
# linphone
lcb_builder_cmake_options
(
linphone
"-DENABLE_CSHARP_WRAPPER=YES"
)
lcb_builder_cmake_options
(
linphone
"-DENABLE_RELATIVE_PREFIX=YES"
)
lcb_builder_cmake_options
(
linphone
"-DENABLE_CONSOLE_UI=NO"
)
lcb_builder_cmake_options
(
linphone
"-DENABLE_DAEMON=NO"
)
lcb_builder_cmake_options
(
linphone
"-DENABLE_NOTIFY=NO"
)
lcb_builder_cmake_options
(
linphone
"-DENABLE_TUTORIALS=NO"
)
lcb_builder_cmake_options
(
linphone
"-DENABLE_UPNP=NO"
)
lcb_builder_cmake_options
(
linphone
"-DENABLE_SOCI=NO"
)
# ms2
lcb_builder_cmake_options
(
ms2
"-DENABLE_RELATIVE_PREFIX=YES"
)
# opus
lcb_builder_cmake_options
(
opus
"-DENABLE_ASM=NO"
)
lcb_builder_cmake_options
(
opus
"-DENABLE_FIXED_POINT=YES"
)
set
(
EP_opus_LINKING_TYPE
"-DENABLE_STATIC=YES"
)
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets