diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-16 14:04:24 +0200 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-16 14:04:24 +0200 |
| commit | 52671935e3337cf0b76259964aa539a72869f486 (patch) | |
| tree | 4fab0c161fe63952b73689c5733931e8552de92e /src/modules/CMakeLists.txt | |
| parent | 556544095bb548f07f771e4e0bbfe97333e8ee82 (diff) | |
Update build system to include source files automaticaly.
Diffstat (limited to 'src/modules/CMakeLists.txt')
| -rw-r--r-- | src/modules/CMakeLists.txt | 1 |
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 |