dhewm3-sdk/config.h.in
dhewg 151288e170 CMake: Use config.h for BUILD_OS and BUILD_CPU
This fixes, among others, FreeBSD 64bit builds where the build
system used a "amd64" suffix and runtime "x86_64".
2018-08-20 01:46:32 +02:00

11 lines
180 B
C

#ifndef __DOOM3_CONFIG_H__
#define __DOOM3_CONFIG_H__
#define BUILD_OS "@os@"
#define BUILD_CPU "@cpu@"
#cmakedefine HAVE_JPEG_MEM_SRC
#cmakedefine ID_ENABLE_CURL
#endif