aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-09-09 13:27:25 +0000
committerJörg Mayer <jmayer@loplof.de>2009-09-09 13:27:25 +0000
commit8694c4ba3ce6830d2b8962f75366468acfce42bd (patch)
tree18ba3dda193a4fdfe5031c20004aa8798b02b1eb
parentca6b1e2b2142c7727bca82540c14d2a9c41e1a05 (diff)
Add missing include dirs when building wslua.
wslua doesn't build due to some probably non-cmake related problem (have to verify though). svn path=/trunk/; revision=29820
-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