From 4389b769891283face9aa397bd4d736f478e97e4 Mon Sep 17 00:00:00 2001 From: Tom Rondeau <trondeau@vt.edu> Date: Fri, 8 Mar 2013 08:57:46 -0500 Subject: blocks: moving vco/nco bases to gr-blocks. --- gr-blocks/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gr-blocks/CMakeLists.txt') diff --git a/gr-blocks/CMakeLists.txt b/gr-blocks/CMakeLists.txt index 7e2f43562f..e92e4c2808 100644 --- a/gr-blocks/CMakeLists.txt +++ b/gr-blocks/CMakeLists.txt @@ -80,6 +80,9 @@ CPACK_COMPONENT("blocks_swig" ######################################################################## add_subdirectory(include/blocks) add_subdirectory(lib) +#if(ENABLE_TESTING) +# add_subdirectory(tests) +#endif(ENABLE_TESTING) if(ENABLE_PYTHON) add_subdirectory(python) add_subdirectory(swig) -- cgit v1.2.3