aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2010-11-15 20:25:28 +0000
committerJörg Mayer <jmayer@loplof.de>2010-11-15 20:25:28 +0000
commita7f7ada0496ef203459eacc35f8a192160171c2a (patch)
tree742ac8269be7c442d3a565cd3af5b798fd96f3e0 /cmake/modules
parent8548e1661309223e03b92074224567bed4e75604 (diff)
cmake stuff:
- Fix fallout from gtk/text_import_scanner.l patch: Wireshark will build with cmake again. - Update README.cmake a bit - Running "cmake -DUI_MANAGER=ON" will give you the new ui-manager. svn path=/trunk/; revision=34885
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindLEX.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindLEX.cmake b/cmake/modules/FindLEX.cmake
index b38411f7dd..ccb0d8dddc 100644
--- a/cmake/modules/FindLEX.cmake
+++ b/cmake/modules/FindLEX.cmake
@@ -43,6 +43,7 @@ MACRO(ADD_LEX_FILES _sources )
DEPENDS ${_in}
)
SET(${_sources} ${${_sources}} ${_outc} )
+ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
ENDFOREACH (_current_FILE)
ENDMACRO(ADD_LEX_FILES)