aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-07-19 13:01:55 -0700
committerGerald Combs <gerald@wireshark.org>2022-07-19 13:04:44 -0700
commit9d96b301de516d805b21a5e9d79c726e167a0cf7 (patch)
treee669e0096bad2e651324097a4fd1667de44f7bec /epan/wslua
parent56a9666a3ae2f74ac5ada87e54d1401bc691e4eb (diff)
CMake+lrexlib: Add another include path.
Include paths will be added until morale improves.
Diffstat (limited to 'epan/wslua')
-rw-r--r--epan/wslua/lrexlib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/wslua/lrexlib/CMakeLists.txt b/epan/wslua/lrexlib/CMakeLists.txt
index ed8e5504d5..f51fbfc86d 100644
--- a/epan/wslua/lrexlib/CMakeLists.txt
+++ b/epan/wslua/lrexlib/CMakeLists.txt
@@ -13,6 +13,7 @@ target_link_libraries(lrexlib PRIVATE
)
target_include_directories(lrexlib SYSTEM PRIVATE
+ ${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/epan
${LUA_INCLUDE_DIRS}
${PCRE2_INCLUDE_DIRS}