# Copyright (c) 2017-2025, Lawrence Livermore National Security, LLC and # other Axom Project Developers. See the top-level LICENSE file for details. # # SPDX-License-Identifier: (BSD-3-Clause) #------------------------------------------------------------------------------ # Doxygen documentation targets #------------------------------------------------------------------------------ blt_add_doxygen_target( axom_doxygen ) # Required directory for doxygen to generate output to add_custom_target( build_doxygen_output_dir ALL COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_BINARY_DIR}/html ) add_dependencies( axom_doxygen build_doxygen_output_dir )