summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-05-16 14:04:24 +0200
committerTomas Chvatal <scarabeus@gentoo.org>2009-05-16 14:04:24 +0200
commit52671935e3337cf0b76259964aa539a72869f486 (patch)
tree4fab0c161fe63952b73689c5733931e8552de92e /src/modules
parent556544095bb548f07f771e4e0bbfe97333e8ee82 (diff)
Update build system to include source files automaticaly.
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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