From e9d913d6017e67dd60f27d704c470e21425cd362 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Nov 2011 20:21:51 -0600 Subject: Fix additional FTBFS --- style/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'style') diff --git a/style/CMakeLists.txt b/style/CMakeLists.txt index fe93ab4..96f10a5 100644 --- a/style/CMakeLists.txt +++ b/style/CMakeLists.txt @@ -15,8 +15,9 @@ add_definitions( include_directories( ${TQT_INCLUDE_DIRS} - ${TDE_INCLUDE_DIRS} + ${TDE_INCLUDE_DIR} ${CMAKE_BINARY_DIR} + ${CMAKE_SOURCE_DIR}/common ${CMAKE_CURRENT_BINARY_DIR} ) -- cgit v1.2.1