2018-10-24 18:17:58 +00:00
|
|
|
# Copyright 2011 Free Software Foundation, Inc.
|
|
|
|
#
|
|
|
|
# This file was generated by gr_modtool, a tool from the GNU Radio framework
|
|
|
|
# This file is a part of gr-digitalhf
|
|
|
|
#
|
2020-02-19 13:11:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
2018-10-24 18:17:58 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
########################################################################
|
|
|
|
# Setup dependencies
|
|
|
|
########################################################################
|
|
|
|
find_package(Doxygen)
|
|
|
|
|
|
|
|
########################################################################
|
|
|
|
# Begin conditional configuration
|
|
|
|
########################################################################
|
|
|
|
if(ENABLE_DOXYGEN)
|
|
|
|
|
|
|
|
########################################################################
|
|
|
|
# Add subdirectories
|
|
|
|
########################################################################
|
|
|
|
add_subdirectory(doxygen)
|
|
|
|
|
|
|
|
endif(ENABLE_DOXYGEN)
|