From 638d0bc8e771a7e7090e4daa286e0c3c2a07fbb1 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Mon, 29 Jul 2013 09:32:20 +0100 Subject: [PATCH] Forgot to add library include directory for libgit2. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce1ff81c..de07f9e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,6 +44,7 @@ ENDIF () link_directories ("${PROJECT_LIBS_DIR}/yaml-cpp/build") link_directories ("${PROJECT_LIBS_DIR}/libloadorder/build") link_directories ("${PROJECT_LIBS_DIR}/zlib/build") +link_directories ("${PROJECT_LIBS_DIR}/libgit2/build") link_directories ("${PROJECT_LIBS_DIR}/wxWidgets/lib") # Settings when compiling and cross-compiling on Linux.