CMAKE: fixed linker language error for sqlite3 (for whatever reason)

master
mgerhardy 2016-04-19 20:11:07 +02:00
parent 740491d45c
commit 2594f8cbd2
1 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@ set(SRCS sqlite3.c sqlite3.h)
engine_add_library(
LIB sqlite3
SRCS ${SRCS}
CFLAGS ""
GCCCFLAGS ""
DEFINES SQLITE_OMIT_LOAD_EXTENSION)
set_target_properties(sqlite3 PROPERTIES LINKER_LANGUAGE C)