diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-03-12 10:11:01 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-03-12 15:10:16 -0700 |
commit | 704afafe874735a8b260870efb1ed11c2c85eff4 (patch) | |
tree | 74cb2593659cc67efe736f054f208570042e3489 /gr-fcd/doc | |
parent | 9ef789c8cca6b3439ecce5fc7aa71d3b073acfd7 (diff) |
fcd: complete cmake build
Diffstat (limited to 'gr-fcd/doc')
-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 0000000000..d080b384e5 --- /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} +) |