aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2017-11-08 02:49:38 +0000
committerRoland Knall <rknall@gmail.com>2017-11-29 06:58:22 +0000
commit3c6cb2f85646b12562a596bd5dbd8f2b9e672606 (patch)
tree53e8a7bbac086cb1f56e54fbff94a1556d4adacc /epan/dfilter
parent952dc3ae323a5e39ffce19252784ace1f17d24ab (diff)
cmake: match include directories with autotools
Match closer the behavior of autotools which does not include epan in its include paths by default. Change-Id: I885bc7942490a5674c6ac75f9a8ea221555e3784 Reviewed-on: https://code.wireshark.org/review/24639 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'epan/dfilter')
-rw-r--r--epan/dfilter/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dfilter/CMakeLists.txt b/epan/dfilter/CMakeLists.txt
index 3f60b771f7..9d6b30b6f9 100644
--- a/epan/dfilter/CMakeLists.txt
+++ b/epan/dfilter/CMakeLists.txt
@@ -22,6 +22,8 @@
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/epan
+ ${CMAKE_SOURCE_DIR}/tools/lemon
)
set(DFILTER_PUBLIC_HEADERS