CMake: Ensure sqlite3.c is compiled

This commit is contained in:
Jack Bond-Preston 2016-07-31 23:18:21 +01:00
parent ad680a40b1
commit e8439d18ce

View File

@ -5,7 +5,7 @@ project(TriviaBot)
## get source ## ############################################################## ## get source ## ##############################################################
############################################################################### ###############################################################################
file(GLOB_RECURSE sources bot/*.cpp bot/*.hpp) file(GLOB_RECURSE sources bot/*.cpp bot/*.hpp ../lib/sqlite3/sqlite3.c)
############################################################################### ###############################################################################
## target definitions ######################################################### ## target definitions #########################################################