summaryrefslogtreecommitdiff
path: root/epan/wspython
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wspython')
-rw-r--r--epan/wspython/CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/epan/wspython/CMakeLists.txt b/epan/wspython/CMakeLists.txt
index 320dc3852c..6f38de15ef 100644
--- a/epan/wspython/CMakeLists.txt
+++ b/epan/wspython/CMakeLists.txt
@@ -30,3 +30,18 @@ add_library(wspython STATIC
${WSPYTHON_FILES}
)
+install(PROGRAMS
+ register-dissector.py
+ wspy_dissector.py
+ wspy_libws.py
+ DESTINATION
+ ${CMAKE_INSTALL_DATADIR}/${CPACK_PACKAGE_NAME}/python/${CPACK_PACKAGE_VERSION}
+)
+
+
+install(DIRECTORY
+ wspy_dissectors
+ DESTINATION
+ ${CMAKE_INSTALL_DATADIR}/${CPACK_PACKAGE_NAME}/python/${CPACK_PACKAGE_VERSION}
+ PATTERN ".svn" EXCLUDE
+)