aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-09 13:27:25 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-09 13:27:25 +0000
commit7c90915349e2c987ce3b4d165fdac4304cefc4f6 (patch)
tree18ba3dda193a4fdfe5031c20004aa8798b02b1eb
parentc9bfcf29ea5435b245813ba3f230eccf2cc6574c (diff)
Add missing include dirs when building wslua.
wslua doesn't build due to some probably non-cmake related problem (have to verify though). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29820 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e4268dc3e7..16c4915bf0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,6 +42,8 @@ include(CMakeInstallDirs)
include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_BINARY_DIR}/epan
+ ${CMAKE_BINARY_DIR}/epan/wslua
+ ${CMAKE_BINARY_DIR}/epan/wspython
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/epan
${CMAKE_SOURCE_DIR}/epan/dfilter