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
e51e606f
Commit
e51e606f
authored
Feb 25, 2015
by
Ghislain MARY
Browse files
Build sqlite3 statically for desktop on Windows.
parent
0a46a444
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
configs/config-desktop.cmake
configs/config-desktop.cmake
+5
-0
No files found.
configs/config-desktop.cmake
View file @
e51e606f
...
...
@@ -79,3 +79,8 @@ endif()
# Include builders
include
(
builders/CMakeLists.txt
)
# sqlite3
if
(
WIN32
)
set
(
EP_sqlite3_LINKING_TYPE
"-DENABLE_STATIC=YES"
)
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