summaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite3/CMakeLists.txt
blob: bc5587118ad0f9d19cef3c3c7b328c203f45fc8e (plain)
1
2
3
4
5
6
##### sqlite3 library (static)

tde_add_library( sqlite3 STATIC_PIC
  SOURCES sqlite3.c
  LINK pthread
)