aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2018-04-17 08:22:11 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2018-04-17 08:22:11 +0200
commitd77414b8277f06267fdd0b69aec1767683bfe7ca (patch)
treeeaf95fdc8779229f459c8bb67dcee760815a76d4 /apps
parent8a8d41a58320d5f30713a6e6362c86d5db6de1de (diff)
GRCC: Adding new directories to python path to make grc files compile after merger
Diffstat (limited to 'apps')
-rw-r--r--apps/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
index d8bf435..38254c5 100644
--- a/apps/CMakeLists.txt
+++ b/apps/CMakeLists.txt
@@ -26,6 +26,8 @@ SET(PYTHONPATH
${CMAKE_SOURCE_DIR}/python/misc_utils
${CMAKE_SOURCE_DIR}/python/demapping
${CMAKE_SOURCE_DIR}/python/receiver
+ ${CMAKE_SOURCE_DIR}/python/transmitter
+ ${CMAKE_SOURCE_DIR}/python/trx
${CMAKE_BINARY_DIR}/swig
$ENV{PYTHONPATH}
)