From 72b62d3064fb567015aeed72d800b9eb4ca22a79 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 29 Sep 2010 11:26:16 +0200 Subject: [PATCH] build: Fixed the unit test build. --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e6c88ab3..56980abe 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -11,6 +11,7 @@ include_directories( ${CHECK_INCLUDE_DIRS} ${ARGP_INCLUDE_DIRS} ${CMAKE_BINARY_DIR} + ${CMAKE_SOURCE_DIR}/src ${CMAKE_CURRENT_SOURCE_DIR} )