Move things from crosslang to here
This commit is contained in:
@ -1,6 +1,12 @@
|
||||
#pragma once
|
||||
#define TESSES_FRAMEWORK_FLAG_OFF 0
|
||||
#define TESSES_FRAMEWORK_FLAG_ON 1
|
||||
#if TESSES_FRAMEWORK_FLAG_@TESSESFRAMEWORK_ENABLE_SQLITE@
|
||||
#define TESSESFRAMEWORK_ENABLE_SQLITE
|
||||
#endif
|
||||
#if TESSES_FRAMEWORK_FLAG_@TESSESFRAMEWORK_ENABLE_PLATFORMFOLDERS@
|
||||
#define TESSESFRAMEWORK_ENABLE_PLATFORMFOLDERS
|
||||
#endif
|
||||
#if TESSES_FRAMEWORK_FLAG_@TESSESFRAMEWORK_ENABLE_MBED@
|
||||
#define TESSESFRAMEWORK_ENABLE_MBED
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user