diff options
author | Johnathan Corgan | 2012-03-22 15:16:25 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-03-22 15:16:25 -0700 |
commit | fc115e6aa0c22af172cbfcb50c895a03218819ba (patch) | |
tree | f75c07fbcd92874356752177ed45226330400de6 /gr-fcd/doc/CMakeLists.txt | |
parent | 69c9100b8221f8b485e3acc07e99d5f410909d5e (diff) | |
parent | 81fba6490c6471e1db3bcc85d16ff2242f68fb43 (diff) | |
download | gnuradio-fc115e6aa0c22af172cbfcb50c895a03218819ba.tar.gz gnuradio-fc115e6aa0c22af172cbfcb50c895a03218819ba.tar.bz2 gnuradio-fc115e6aa0c22af172cbfcb50c895a03218819ba.zip |
Merge branch 'gr-fcd'
Diffstat (limited to 'gr-fcd/doc/CMakeLists.txt')
-rw-r--r-- | gr-fcd/doc/CMakeLists.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gr-fcd/doc/CMakeLists.txt b/gr-fcd/doc/CMakeLists.txt new file mode 100644 index 000000000..d080b384e --- /dev/null +++ b/gr-fcd/doc/CMakeLists.txt @@ -0,0 +1,23 @@ +# Copyright 2012 Free Software Foundation, Inc. +# +# This file is part of GNU Radio +# +# GNU Radio is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3, or (at your option) +# any later version. +# +# GNU Radio is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Radio; see the file COPYING. If not, write to +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. + +install( + FILES README.fcd + DESTINATION ${GR_PKG_DOC_DIR} +) |