From 52f7416b3f46f49e805a38fd5dda2340e504028e Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Tue, 7 Nov 2017 19:34:45 +0100 Subject: Changed name of trx_interface directory to trx --- include/grgsm/CMakeLists.txt | 1 + include/grgsm/trx/CMakeLists.txt | 25 +++++++++++++++++++++++++ include/grgsm/trx_interface/CMakeLists.txt | 25 ------------------------- 3 files changed, 26 insertions(+), 25 deletions(-) create mode 100644 include/grgsm/trx/CMakeLists.txt delete mode 100644 include/grgsm/trx_interface/CMakeLists.txt (limited to 'include/grgsm') diff --git a/include/grgsm/CMakeLists.txt b/include/grgsm/CMakeLists.txt index 2f76929..2982ef1 100644 --- a/include/grgsm/CMakeLists.txt +++ b/include/grgsm/CMakeLists.txt @@ -37,3 +37,4 @@ add_subdirectory(misc_utils) add_subdirectory(qa_utils) add_subdirectory(flow_control) add_subdirectory(transmitter) +add_subdirectory(trx) diff --git a/include/grgsm/trx/CMakeLists.txt b/include/grgsm/trx/CMakeLists.txt new file mode 100644 index 0000000..32e867f --- /dev/null +++ b/include/grgsm/trx/CMakeLists.txt @@ -0,0 +1,25 @@ +# Copyright 2011,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 public header files +######################################################################## +install(FILES +# trx.h DESTINATION include/grgsm/trx_interface +) diff --git a/include/grgsm/trx_interface/CMakeLists.txt b/include/grgsm/trx_interface/CMakeLists.txt deleted file mode 100644 index 8d35ef7..0000000 --- a/include/grgsm/trx_interface/CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2011,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 public header files -######################################################################## -install(FILES - trx.h DESTINATION include/grgsm/trx_interface -) -- cgit v1.2.3