cm_kwiml.h 435 B

12345678910111213141516
  1. /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. file Copyright.txt or https://cmake.org/licensing for details. */
  3. #ifndef cm_kwiml_h
  4. #define cm_kwiml_h
  5. /* Use the KWIML library configured for CMake. */
  6. #include "cmThirdParty.h"
  7. #ifdef CMAKE_USE_SYSTEM_KWIML
  8. #include <kwiml/abi.h>
  9. #include <kwiml/int.h>
  10. #else
  11. #include "KWIML/include/kwiml/abi.h"
  12. #include "KWIML/include/kwiml/int.h"
  13. #endif
  14. #endif