diff --git a/TriviaBot/CMakeLists.txt b/TriviaBot/CMakeLists.txt index d14e50e..1998650 100644 --- a/TriviaBot/CMakeLists.txt +++ b/TriviaBot/CMakeLists.txt @@ -37,6 +37,7 @@ include_directories( ${Boost_INCLUDE_DIR} ${CURL_INCLUDE_DIR} ../lib/websocketpp + ../lib/sqlite3 ) # don't know if necessary, too scared to remove