aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlite3/CMakeLists.txt
AgeCommit message (Collapse)Author
2021-09-22[libdjinterop] update to 0.16.0 (#20136)Be
* [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.
2020-08-14[sqlite3] Sqlite3 geopoly and json1 features (#11532)sanjaychugh
* 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>
2020-08-05[sqlite3] Namespaced targets with unofficial:: (#12516)Phoebe
* [sqlite3] Namespaced targets with unofficial:: * Fix failure ports * Update the targets name * Update related docs
2020-05-15[sqlite3] Enable build for android (#11267)huangqinjin
2019-07-15[sqlite3-tool]Fix build error on arm/uwp platform. (#7202)JackBoosY
2019-06-20[sqlite3]: Shared library support for Linux (#6856)Jackie Ng
* [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
2018-10-22Qt 5.11 and static build fixes (#4164)Robert Colton
* fix da qt5 * fix qt config duplication * [qt5-base] Use vcpkg_extract_source_archive_ex [sqlite3] Enable SQLITE_ENABLE_COLUMN_METADATA * [qt5-*] Update sub-portfiles * qt5-base WIP * [qt5] Fix Could not find qmlcachegen.exe * [qt5-activeqt] Fix SHA512 * [qt5-base] Fix static builds * [qt5-base] Bump control version * [qt5-base] Restore removal of qmake dependencies * [qt5-base] Partially revert #3280 * [qt5-base][vcpkg_build_qmake] Fix Qt5Bootstrap.lib issues
2018-06-16[sqlite3] Improve usage on non-Windows; Fixes example and Fixes #3703Robert Schumacher
2018-04-24[sqlite3] Fix tool feature with static buildspravic
refs #2525
2018-03-11[many ports] Improve behavior on Linux and general cleanupRobert Schumacher
2018-02-27Install sqlite3.exe as part of sqlite3 port (#2525)Daniel Strommen
* 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
2016-12-06use VCPKG_CMAKE_SYSTEM_NAME instead of TRIPLET_SYSTEM_NAMEDale Stammen
2016-10-19fixed typo in sqlite3 config fileCharles Barto
2016-10-19added a config file for sqliteCharles Barto
2016-10-18added static build support to sqliteCharles Barto
more static support more sqlite changes finally done with sqlite static
2016-10-18added rtree and unlock_notify support to builds of sqlite (odb needs this)Charles Barto
2016-09-18Initial commitAlexander Karatarakis