cm_xmlrpc.h 353 B

12345678910111213
  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_xmlrpc_h
  4. #define cm_xmlrpc_h
  5. /* Use the xmlrpc library configured for CMake. */
  6. #include "cmThirdParty.h"
  7. #ifdef CTEST_USE_XMLRPC
  8. #include <xmlrpc.h>
  9. #include <xmlrpc_client.h>
  10. #endif
  11. #endif