diff options
author | Ben Reynwar <ben@reynwar.net> | 2013-03-07 23:06:08 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2013-03-07 23:06:08 -0700 |
commit | b841288cfb261da28746c4b3aaa7a1dfc078ebfd (patch) | |
tree | fb4bf432ba1f23d3b6a86345e8ad76ed18b21636 /gr-blocks/CMakeLists.txt | |
parent | 45127424b4b7252dfc6d20c91709e1536497f97c (diff) |
blocks: Enabling uninstalled python imports.
Diffstat (limited to 'gr-blocks/CMakeLists.txt')
-rw-r--r-- | gr-blocks/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/CMakeLists.txt b/gr-blocks/CMakeLists.txt index 1fab5d90e0..8a639c8084 100644 --- a/gr-blocks/CMakeLists.txt +++ b/gr-blocks/CMakeLists.txt @@ -82,7 +82,7 @@ CPACK_COMPONENT("blocks_swig" add_subdirectory(include/blocks) add_subdirectory(lib) if(ENABLE_PYTHON) - add_subdirectory(python) + add_subdirectory(python/blocks) add_subdirectory(swig) add_subdirectory(grc) add_subdirectory(doc) |