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

config SQLITECPP
	tristate
	prompt "sqlitecpp"
	select HOST_SYSTEM_PYTHON3
	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.