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

config SQLITECPP
	tristate
	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.