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
89760dc4
Commit
89760dc4
authored
Feb 28, 2015
by
Ghislain MARY
Browse files
Build linphone with relative prefix and vpx statically for Windows when targetting the desktop.
parent
2113eec4
Changes
1
Hide whitespace changes
Inline
Side-by-side
configs/config-desktop.cmake
View file @
89760dc4
...
...
@@ -109,7 +109,17 @@ endif()
# Include builders
include
(
builders/CMakeLists.txt
)
# linphone
if
(
WIN32
)
list
(
APPEND EP_linphone_CMAKE_OPTIONS
"-DENABLE_RELATIVE_PREFIX=YES"
)
endif
()
# sqlite3
if
(
WIN32
)
set
(
EP_sqlite3_LINKING_TYPE
"-DENABLE_STATIC=YES"
)
endif
()
# vpx
if
(
WIN32
)
set
(
EP_vpx_LINKING_TYPE
"--enable-static"
"--disable-shared"
"--enable-pic"
)
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