mirror of
https://github.com/hb9fxq/gr-digitalhf
synced 2024-12-22 15:10:00 +00:00
25 lines
820 B
CMake
25 lines
820 B
CMake
# 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
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
#
|
|
|
|
########################################################################
|
|
# Setup dependencies
|
|
########################################################################
|
|
find_package(Doxygen)
|
|
|
|
########################################################################
|
|
# Begin conditional configuration
|
|
########################################################################
|
|
if(ENABLE_DOXYGEN)
|
|
|
|
########################################################################
|
|
# Add subdirectories
|
|
########################################################################
|
|
add_subdirectory(doxygen)
|
|
|
|
endif(ENABLE_DOXYGEN)
|