From 52671935e3337cf0b76259964aa539a72869f486 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sat, 16 May 2009 14:04:24 +0200 Subject: Update build system to include source files automaticaly. --- src/modules/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/CMakeLists.txt') diff --git a/src/modules/CMakeLists.txt b/src/modules/CMakeLists.txt index a041e87..33952ad 100644 --- a/src/modules/CMakeLists.txt +++ b/src/modules/CMakeLists.txt @@ -8,6 +8,7 @@ LINK_LIBRARIES ( ${CMAKE_DL_LIBS} ) ############################################################################### # SOURCE SPECIFICATION ############################################################################### +INCLUDE_DIRECTORIES ( ${CMAKE_BINARY_DIR}/src/base/ ) IF ( BUILD_SERVER ) SET ( SRC_base_modules ${WORKDIR}/server/publicServer.h -- cgit v1.2.3