mirror of https://github.com/FreeRDP/FreeRDP
12 lines
356 B
C
12 lines
356 B
C
#ifndef FREERDP_BUILD_FLAGS_H
|
|
#define FREERDP_BUILD_FLAGS_H
|
|
|
|
#define CFLAGS "${CMAKE_C_FLAGS}"
|
|
#define COMPILER_ID "${CMAKE_C_COMPILER_ID}"
|
|
#define COMPILER_VERSION "${CMAKE_C_COMPILER_VERSION}"
|
|
#define TARGET_ARCH "${TARGET_ARCH}"
|
|
#define BUILD_CONFIG "${FREERDP_BUILD_CONFIG}"
|
|
#define BUILD_TYPE "${CMAKE_BUILD_TYPE}"
|
|
|
|
#endif /* FREERDP_BUILD_FLAGS_H */
|