From a5331427b46a82183bfa95c1fb53ef3f104e583d Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 27 Jul 2012 16:54:10 +0800 Subject: fixes cmake --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1430b79..0fc0cc0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,6 +131,8 @@ include_directories( ${PROJECT_SOURCE_DIR}/src/include ${PROJECT_SOURCE_DIR}/src/storage ${PROJECT_SOURCE_DIR}/src/lookup + ${PROJECT_SOURCE_DIR}/utils + ${PROJECT_SOURCE_DIR}/tests ) ######## Subdirectories -- cgit