From a76ce96c9f8dae6521e9e1fc59283cbf72e6461a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 21 May 2019 11:33:41 -0700 Subject: cmake: tests: Add macro for non-API based unit tests All unit tests which require extra sources (i.e., can't just interact with the UHD API) have been manually added to the CMakeLists.txt in a clumsy fashion. This macro cleans that up a little. --- host/cmake/Modules/UHDUnitTest.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'host/cmake') diff --git a/host/cmake/Modules/UHDUnitTest.cmake b/host/cmake/Modules/UHDUnitTest.cmake index 0807fe3b5..3ebf3f08c 100644 --- a/host/cmake/Modules/UHDUnitTest.cmake +++ b/host/cmake/Modules/UHDUnitTest.cmake @@ -1,6 +1,7 @@ # # Copyright 2010-2012,2015 Ettus Research LLC # Copyright 2018 Ettus Research, a National Instruments Company +# Copyright 2019 Ettus Research, a National Instruments Brand # # SPDX-License-Identifier: GPL-3.0-or-later # -- cgit v1.2.3