aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-07-19 13:57:54 -0700
committerGerald Combs <gerald@wireshark.org>2022-07-19 13:57:54 -0700
commit3acd20fabed1f9e904b148a40ee1f2b89bc04247 (patch)
tree58b328981628a15619f749cc3ea480548b69e3f0 /epan/wslua
parent9d96b301de516d805b21a5e9d79c726e167a0cf7 (diff)
CMake+lrexlib: Another include path fix attempt.
Diffstat (limited to 'epan/wslua')
-rw-r--r--epan/wslua/lrexlib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/lrexlib/CMakeLists.txt b/epan/wslua/lrexlib/CMakeLists.txt
index f51fbfc86d..4d4b44d46c 100644
--- a/epan/wslua/lrexlib/CMakeLists.txt
+++ b/epan/wslua/lrexlib/CMakeLists.txt
@@ -13,7 +13,7 @@ target_link_libraries(lrexlib PRIVATE
)
target_include_directories(lrexlib SYSTEM PRIVATE
- ${CMAKE_SOURCE_DIR}
+ ${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/epan
${LUA_INCLUDE_DIRS}
${PCRE2_INCLUDE_DIRS}