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
2b560b28
Commit
2b560b28
authored
Nov 25, 2021
by
Thibaut ROMAIN
Browse files
BUG: fix typo
parent
f7a852b8
Pipeline
#9194
failed with stages
in 78 minutes and 47 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
SuperBuild/patches/SQLITE/CMakeLists.txt
View file @
2b560b28
...
...
@@ -34,6 +34,7 @@ if(WIN32)
add_library
(
sqlite3 STATIC sqlite3.c
)
else
()
add_library
(
sqlite3 sqlite3.c
)
endif
()
add_executable
(
sqlite3-bin shell.c sqlite3.c
)
target_link_libraries
(
sqlite3-bin sqlite3
)
...
...
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