Skip to content
This repository has been archived by the owner on Jul 7, 2019. It is now read-only.

Commit

Permalink
Move SQLite feature defines to subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy Reed committed Feb 24, 2016
1 parent a976933 commit c5186b5
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion sqlite3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
ADD_LIBRARY(osquery_sqlite OBJECT sqlite3.c)
add_definitions(
-DSQLITE_ENABLE_COLUMN_METADATA
-DSQLITE_ENABLE_API_ARMOR
-DSQLITE_ENABLE_JSON1
-DSQLITE_ENABLE_API_ARMOR
# Functionality disables
-DSQLITE_DISABLE_LFS
-DSQLITE_DISABLE_DIRSYNC
-DSQLITE_DISABLE_FTS3_UNICODE
-DSQLITE_DISABLE_FTS4_DEFERRED
-DSQLITE_OMIT_AUTHORIZATION
-DSQLITE_OMIT_DEPRECATED
-DSQLITE_OMIT_SHARED_CACHE
-DSQLITE_OMIT_WAL
)

add_library(osquery_sqlite OBJECT sqlite3.c)

0 comments on commit c5186b5

Please sign in to comment.