2013-09-25 12:54:16 +00:00
|
|
|
|
2020-05-08 13:32:40 +00:00
|
|
|
add_library(fgsqlite3 STATIC sqlite3.c)
|
|
|
|
|
2020-05-08 13:53:09 +00:00
|
|
|
target_compile_definitions(fgsqlite3 PRIVATE SQLITE_OMIT_LOAD_EXTENSION NDEBUG)
|
2020-06-09 09:34:02 +00:00
|
|
|
set_target_properties(fgsqlite3 PROPERTIES COMPILE_FLAGS "-fPIC -fno-fast-math")
|
2020-08-19 13:49:50 +00:00
|
|
|
target_include_directories(fgsqlite3 PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|