mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
kwiml: provide common cm3p version header
This commit is contained in:
committed by
Brad King
parent
4952dc9d4a
commit
26cdd956ac
@@ -0,0 +1,11 @@
|
||||
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
file LICENSE.rst or https://cmake.org/licensing for details. */
|
||||
#pragma once
|
||||
|
||||
/* Use the KWIML library configured for CMake. */
|
||||
#include "cmThirdParty.h"
|
||||
#ifdef CMAKE_USE_SYSTEM_KWIML
|
||||
# include <kwiml/version.h> // IWYU pragma: export
|
||||
#else
|
||||
# include <KWIML/include/kwiml/version.h> // IWYU pragma: export
|
||||
#endif
|
||||
Reference in New Issue
Block a user