summaryrefslogtreecommitdiffstats
path: root/rules/sqlitecpp.in
blob: e6a6623370294e9215d9865d4104b2d0a05c7233 (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=system_libraries

config SQLITECPP
	bool
	prompt "sqlitecpp"
	select HOST_CMAKE
	select SQLITE
	select SQLITE_LOAD_EXTENSION
	help
	  SQLiteC++ offers an encapsulation around the native C APIs of SQLite,
	  with a few intuitive and well documented C++ classes.