diff options
author | Tom Rondeau | 2011-10-24 21:53:06 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-24 21:53:06 -0400 |
commit | 5f27b39857c22ce0208267766e18a23891b0bbb6 (patch) | |
tree | 79ea005a7ef9aef2c672ad23462557f716496c9d /CMakeLists.txt | |
parent | 7e8b95702f80662aa62ea885d5b1c0e9c1fd0e44 (diff) | |
download | gnuradio-5f27b39857c22ce0208267766e18a23891b0bbb6.tar.gz gnuradio-5f27b39857c22ce0208267766e18a23891b0bbb6.tar.bz2 gnuradio-5f27b39857c22ce0208267766e18a23891b0bbb6.zip |
build: better handling of doxygen building and consistency between build tools.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a6543e9e8..17b79c515 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -202,7 +202,6 @@ install( add_subdirectory(gruel) add_subdirectory(gnuradio-core) add_subdirectory(grc) -add_subdirectory(docs) add_subdirectory(gr-atsc) add_subdirectory(gr-audio) @@ -220,6 +219,7 @@ add_subdirectory(gr-vocoder) add_subdirectory(gr-wxgui) add_subdirectory(gnuradio-examples/grc) add_subdirectory(gnuradio-examples/python) +add_subdirectory(docs) #finalize cpack after subdirs processed include(GrPackage) |