From 4e296d5f189c2a5a4505149a7cfba3b1f50f0d85 Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Fri, 4 Sep 2015 11:28:34 -0600 Subject: sqlite logging --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fefeba2..ea48c46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ pkg_check_modules(GTKLIB REQUIRED "gtk+-2.0") include_directories(${GTKLIB_INCLUDE_DIRS}) link_directories(${GTKLIB_LIBRARY_DIRS}) -set(CMAKE_CXX_FLAGS " -std=c++11 -lnotify") +set(CMAKE_CXX_FLAGS " -std=c++11 -lnotify -lsqlite3") set(SOURCE_FILES main.cpp totimer.cpp totimer.h logging.cpp logging.h) add_executable(pomodori ${SOURCE_FILES}) -- cgit v1.2.3-70-g09d2