diff options
Diffstat (limited to 'Utilities/cmcurl/Testing/testconfig.h.in')
-rw-r--r-- | Utilities/cmcurl/Testing/testconfig.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Utilities/cmcurl/Testing/testconfig.h.in b/Utilities/cmcurl/Testing/testconfig.h.in new file mode 100644 index 0000000..faab462 --- /dev/null +++ b/Utilities/cmcurl/Testing/testconfig.h.in @@ -0,0 +1,7 @@ +#ifndef __testconfig_h__ +#define __testconfig_h__ + +#define LIBCURL_SOURCE_DIR "${LIBCURL_SOURCE_DIR}" +#define LIBCURL_BINARY_DIR "${LIBCURL_BINARY_DIR}" + +#endif /* __testconfig_h__ */ |