mirror of
https://github.com/DrBeef/Doom3Quest.git
synced 2024-11-28 14:52:08 +00:00
17 lines
313 B
C
17 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
|