CMake: Ensure sqlite3.c is compiled
This commit is contained in:
parent
ad680a40b1
commit
e8439d18ce
@ -5,7 +5,7 @@ project(TriviaBot)
|
||||
## get source ## ##############################################################
|
||||
###############################################################################
|
||||
|
||||
file(GLOB_RECURSE sources bot/*.cpp bot/*.hpp)
|
||||
file(GLOB_RECURSE sources bot/*.cpp bot/*.hpp ../lib/sqlite3/sqlite3.c)
|
||||
|
||||
###############################################################################
|
||||
## target definitions #########################################################
|
||||
|
Loading…
Reference in New Issue
Block a user