Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
c48f48ee
Commit
c48f48ee
authored
Aug 14, 2017
by
Erwan Croze
👋🏻
Browse files
Some changes in config-win10
parent
1e2c2bc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
configs/config-win10.cmake
configs/config-win10.cmake
+0
-17
No files found.
configs/config-win10.cmake
View file @
c48f48ee
...
...
@@ -71,20 +71,3 @@ lcb_builder_cmake_options(ms2 "-DENABLE_RELATIVE_PREFIX=YES")
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"
)
if
(
LINPHONE_BUILDER_TARGET STREQUAL linphone
)
# Build liblinphone C# wrapper
linphone_builder_apply_flags
()
linphone_builder_set_ep_directories
(
linphone_wrapper
)
linphone_builder_expand_external_project_vars
()
ExternalProject_Add
(
TARGET_linphone_wrapper
DEPENDS TARGET_linphone_builder
TMP_DIR
${
ep_tmp
}
BINARY_DIR
${
ep_build
}
SOURCE_DIR
"
${
LINPHONE_BUILDER_EXTERNAL_SOURCE_PATH
}
/../Native"
DOWNLOAD_COMMAND
""
CMAKE_GENERATOR
${
CMAKE_GENERATOR
}
CMAKE_ARGS
${
LINPHONE_BUILDER_EP_ARGS
}
)
endif
()
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