aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/xports/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'mpm/python/usrp_mpm/xports/CMakeLists.txt')
-rw-r--r--mpm/python/usrp_mpm/xports/CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/mpm/python/usrp_mpm/xports/CMakeLists.txt b/mpm/python/usrp_mpm/xports/CMakeLists.txt
new file mode 100644
index 000000000..1f8ffc2b1
--- /dev/null
+++ b/mpm/python/usrp_mpm/xports/CMakeLists.txt
@@ -0,0 +1,15 @@
+#
+# Copyright 2017 Ettus Research, National Instruments Company
+#
+# SPDX-License-Identifier: GPL-3.0
+#
+
+SET(USRP_MPM_FILES ${USRP_MPM_FILES})
+SET(USRP_MPM_XPORT_FILES
+ ${CMAKE_CURRENT_SOURCE_DIR}/__init__.py
+ ${CMAKE_CURRENT_SOURCE_DIR}/xportmgr_udp.py
+ ${CMAKE_CURRENT_SOURCE_DIR}/xportmgr_liberio.py
+)
+LIST(APPEND USRP_MPM_FILES ${USRP_MPM_XPORT_FILES})
+SET(USRP_MPM_FILES ${USRP_MPM_FILES} PARENT_SCOPE)
+