GRCC: Adding new directories to python path to make grc files compile after merger
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 @@
 	${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}
 	)