aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/lib/dboards/CMakeLists.txt
blob: 7af3f98b76245d6e79999bf6fbcf602cef1f0814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright 2017 Ettus Research, National Instruments Company
#
# SPDX-License-Identifier: GPL-3.0
#

########################################################################
# This file included, use CMake directory variables
########################################################################

if(ENABLE_MAGNESIUM)
    USRP_PERIPHS_ADD_OBJECT(dboards
        magnesium_manager.cpp
    )
endif(ENABLE_MAGNESIUM)