* [libdjinterop] update to 0.16.0
* [sqlite3] add pkgconfig file
Linux distributions typically use the SQLite autoconf package,
but this port uses the SQLite amalgamation package with a custom
CMakeLists.txt so the port needs to take care of installing the
pkgconfig file.
* sqlite3 port: add geopoly and json features.
* Changed the version of the sqlite3 CONTROL from from 3.31.1-1 to 3.31.1-2
* Update CONTROL
* Update CONTROL
Co-authored-by: Sanjay Chugh <schugh@intelligenetimagingsystems.com>
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Co-authored-by: LilyWangL <wangli28@beyondsoft.com>
* [sqlite]: Shared library support for Linux
* [sqlite3]: Switch back to CMAKE_SYSTEM_NAME checks per original PR (#6122)
* [sqlite3]: Remove redundant "WindowsStore" system name check as "Windows" should already catch it.
* [sqlite3]: Re-bump portfile
* [sqlite3] added error message
* Install sqlite3.exe as part of sqlite3 port
- Modeled after the bzip2 port: If SQLITE3_SKIP_TOOLS is not
set, build and install sqlite3.exe as part of the sqlite3
package. sqlite3.dll must also be copied to the tools folder
for sqlite3.exe to be able to launch.
- Tested on Windows RS3 with VS 2017 15.5.2.
* [sqlite3] Separate into tool feature