BLT/include/blt/config.h.in

13 lines
300 B
C
Raw Normal View History

2023-04-08 12:44:31 -04:00
#ifndef BLT_CONFIG_H
#define BLT_CONFIG_H
2023-04-08 12:44:31 -04:00
#cmakedefine ZLIB_FOUND
#cmakedefine BLT_ENABLE_LOGGING
#cmakedefine BLT_ENABLE_TRACE
#cmakedefine BLT_ENABLE_DEBUG
#cmakedefine BLT_ENABLE_INFO
#cmakedefine BLT_ENABLE_WARN
#cmakedefine BLT_ENABLE_ERROR
#cmakedefine BLT_ENABLE_FATAL
2023-04-08 12:44:31 -04:00
#endif // BLT_CONFIG_H