dhewm3/neo/config.h.in
dhewg b7ce0ef149 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".
2012-01-14 15:19:12 +01: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