mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-22 12:41:48 +00:00
e67598eeb5
configure style install dirs.
16 lines
313 B
C
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
|