mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
13 lines
242 B
C
13 lines
242 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@"
|
|
|
|
#cmakedefine HAVE_JPEG_MEM_SRC
|
|
|
|
#cmakedefine ID_ENABLE_CURL
|
|
|
|
#endif
|