Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
eb0d5105
Commit
eb0d5105
authored
Nov 25, 2021
by
Thibaut ROMAIN
Browse files
BUG: build dll and .lib for sqlite
parent
a2358ba4
Pipeline
#9196
canceled with stages
in 14 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
SuperBuild/patches/SQLITE/CMakeLists.txt
View file @
eb0d5105
...
...
@@ -32,6 +32,7 @@ add_definitions(-DSQLITE_THREADSAFE=1)
if
(
WIN32
)
add_library
(
sqlite3 STATIC sqlite3.c
)
add_library
(
sqlite3 SHARED sqlite3.c
)
else
()
add_library
(
sqlite3 sqlite3.c
)
endif
()
...
...
Write
Preview
Supports
Markdown
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