Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Utilities/cm3p/kwiml/int.h
3150 views
1
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
2
file LICENSE.rst or https://cmake.org/licensing for details. */
3
#pragma once
4
5
/* Use the KWIML library configured for CMake. */
6
#include "cmThirdParty.h"
7
#ifdef CMAKE_USE_SYSTEM_KWIML
8
# include <kwiml/int.h> // IWYU pragma: export
9
#else
10
# include <KWIML/include/kwiml/int.h> // IWYU pragma: export
11
#endif
12
13