// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
// SPDX-License-Identifier: BSD-3-Clause
#ifndef vtk_cli11_external_h
#define vtk_cli11_external_h

/**
 * Don't include this header directly. Use `vtk_cli11_forward.h` or
 * `vtk_cli11.h` instead.
 */

/* Use the CLI11 library configured for VTK.  */
#cmakedefine01 VTK_MODULE_USE_EXTERNAL_VTK_cli11

#endif
