summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/sqlite3.mpb
blob: aeee567e1e90ef70f1d6668f7c05f5c7165f59e8 (plain)
1
2
3
4
5
6
7
8
// $Id$

project {
  requires += sqlite3
  includes += $(SQLITE_ROOT)/include
  libpaths += $(SQLITE_ROOT)/lib
  lit_libs += sqlite3
}