dhewm3-sdk/config.h.in
dhewg e67598eeb5 Introduce CMAKE_INSTALL_PREFIX relative paths
configure style install dirs.
2018-08-20 01:46:34 +02:00

16 lines
313 B
C

#ifndef __DOOM3_CONFIG_H__
#define __DOOM3_CONFIG_H__
#define BUILD_OS "@os@"
#define BUILD_CPU "@cpu@"
#define BUILD_LIBRARY_SUFFIX "@CMAKE_SHARED_LIBRARY_SUFFIX@"
#define BUILD_LIBDIR "@libdir@"
#define BUILD_DATADIR "@datadir@"
#cmakedefine HAVE_JPEG_MEM_SRC
#cmakedefine ID_ENABLE_CURL
#endif