mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 15:19:39 +00:00
8 lines
184 B
C
8 lines
184 B
C
#ifndef __testconfig_h__
|
|
#define __testconfig_h__
|
|
|
|
#define LIBCURL_SOURCE_DIR "${LIBCURL_SOURCE_DIR}"
|
|
#define LIBCURL_BINARY_DIR "${LIBCURL_BINARY_DIR}"
|
|
|
|
#endif /* __testconfig_h__ */
|