dhewm3-sdk/config.h.in
dhewg a6796cb444 CMake: Detect libcurl and use it when found
Move ID_ENABLE_CURL to config.h
2018-08-20 01:46:32 +02:00

8 lines
123 B
C

#ifndef __DOOM3_CONFIG_H__
#define __DOOM3_CONFIG_H__
#cmakedefine HAVE_JPEG_MEM_SRC
#cmakedefine ID_ENABLE_CURL
#endif