aboutsummaryrefslogtreecommitdiff
path: root/src/core/config.h.cmake
blob: ccf87b78a109c1143ab76f7bb14693e400af8be9 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __CONFIG_H__
#define __CONFIG_H__

#define LLVM_VERSION "@LLVM_VERSION@"
#define COAL_VERSION "@Coal_VERSION@"

#define MAX_WORK_DIMS 3

#endif