aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-25 14:53:56 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-25 14:53:56 +0000
commit6b61137ec6c4d0379551e24e6433972e02b5d306 (patch)
treec995bb54768cfceb1f99938371e2a8cf5a80a1d8 /epan/wspython
parent45d3a56aa18b6f5276227e26bfc88c5fec25cd8d (diff)
wslua now builds, links and installs.
Enable it by default. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30142 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/wspython')
-rw-r--r--epan/wspython/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/wspython/CMakeLists.txt b/epan/wspython/CMakeLists.txt
index 0d1ba38b7b..0758e53be3 100644
--- a/epan/wspython/CMakeLists.txt
+++ b/epan/wspython/CMakeLists.txt
@@ -21,6 +21,11 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
+include_directories(
+ ${CMAKE_CURRENT_BINARY_DIR}
+ ${CMAKE_CURRENT_SOURCE_DIR}
+)
+
set(WSPYTHON_FILES
wspy_register.c
wspy_proto.c
@@ -51,3 +56,4 @@ install(DIRECTORY
${CMAKE_INSTALL_DATADIR}/${CPACK_PACKAGE_NAME}/python/${CPACK_PACKAGE_VERSION}
PATTERN ".svn" EXCLUDE
)
+