From 54c8a082aa513cb10860e16a74b7f2e7ae638b2b Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 28 Mar 2018 21:12:17 -0400 Subject: Migrated to hkutil --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 00c0ad9..d9a289c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,11 +11,12 @@ pkg_check_modules(sqlite3 sqlite3>=3.8.3 REQUIRED) include_directories( vendor/libtwittercpp/src ${yaml-cpp_INCLUDE_DIRS} - ${GraphicsMagick_INCLUDE_DIRS}) + ${GraphicsMagick_INCLUDE_DIRS} + vendor/hkutil) link_directories(${GraphicsMagick_LIBRARY_DIRS}) -add_executable(lunatic lunatic.cpp database.cpp) +add_executable(lunatic lunatic.cpp) set_property(TARGET lunatic PROPERTY CXX_STANDARD 11) set_property(TARGET lunatic PROPERTY CXX_STANDARD_REQUIRED ON) target_link_libraries(lunatic ${yaml-cpp_LIBRARIES} ${GraphicsMagick_LIBRARIES} ${sqlite3_LIBRARIES} twitter++) \ No newline at end of file -- cgit 1.4.1