aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-15 20:25:28 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-15 20:25:28 +0000
commit6acf01801a2e8f066d79312d64ada603ea04f15c (patch)
tree742ac8269be7c442d3a565cd3af5b798fd96f3e0 /cmake
parent866a96d2246747d31d85319b072ea4530f37bb23 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34885 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'cmake')
-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)