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-air-modes
|
|
#
|
|
# 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)
|