GRCC: Adding new directories to python path to make grc files compile after merger

This commit is contained in:
Piotr Krysik 2018-04-17 08:22:11 +02:00
parent 8a8d41a583
commit d77414b827
1 changed files with 2 additions and 0 deletions

View File

@ -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}
)