]> git.mxchange.org Git - flightgear.git/blob - 3rdparty/sqlite3/CMakeLists.txt
Allow using the system version of flite and the HTS engine
[flightgear.git] / 3rdparty / sqlite3 / CMakeLists.txt
1
2 add_definitions(-DSQLITE_OMIT_LOAD_EXTENSION)
3 add_definitions(-DNDEBUG)
4 add_library(fgsqlite3 sqlite3.c)
5 set_target_properties(fgsqlite3 PROPERTIES COMPILE_FLAGS "-fno-fast-math")