Statistics
| Branch: | Tag: | Revision:

root / host / include / uhd / usrp / CMakeLists.txt @ a963caab

History | View | Annotate | Download (1.24 KB)

1
#
2
# Copyright 2010-2011 Ettus Research LLC
3
#
4
# This program is free software: you can redistribute it and/or modify
5
# it under the terms of the GNU General Public License as published by
6
# the Free Software Foundation, either version 3 of the License, or
7
# (at your option) any later version.
8
#
9
# This program is distributed in the hope that it will be useful,
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
# GNU General Public License for more details.
13
#
14
# You should have received a copy of the GNU General Public License
15
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
#
17

    
18

    
19
INSTALL(FILES
20
    #### props headers ###
21
    codec_props.hpp
22
    dboard_props.hpp
23
    device_props.hpp
24
    dsp_props.hpp
25
    mboard_props.hpp
26
    subdev_props.hpp
27

    
28
    #### dboard headers ###
29
    dboard_base.hpp
30
    dboard_eeprom.hpp
31
    dboard_id.hpp
32
    dboard_iface.hpp
33
    dboard_manager.hpp
34

    
35
    ### utilities ###
36
    dsp_utils.hpp
37
    gps_ctrl.hpp
38
    mboard_eeprom.hpp
39
    misc_utils.hpp
40
    subdev_spec.hpp
41
    tune_helper.hpp
42

    
43
    ### interfaces ###
44
    single_usrp.hpp
45
    multi_usrp.hpp
46
    mboard_iface.hpp
47

    
48
    DESTINATION ${INCLUDE_DIR}/uhd/usrp
49
    COMPONENT headers
50
)