1
0
Fork 0
mirror of https://github.com/hb9fxq/gr-digitalhf synced 2024-06-29 06:18:44 +00:00
gr-digitalhf/cmake/Modules/targetConfig.cmake.in
2020-02-19 14:11:45 +01:00

15 lines
342 B
CMake

# Copyright 2018 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
include(CMakeFindDependencyMacro)
set(target_deps "@TARGET_DEPENDENCIES@")
foreach(dep IN LISTS target_deps)
find_dependency(${dep})
endforeach()
include("${CMAKE_CURRENT_LIST_DIR}/@TARGET@Targets.cmake")