Add docker file
This commit is contained in:
8
TessesFrameworkFeatures.h.in
Normal file
8
TessesFrameworkFeatures.h.in
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#define TESSES_FRAMEWORK_FLAG_OFF 0
|
||||
#define TESSES_FRAMEWORK_FLAG_ON 1
|
||||
#if TESSES_FRAMEWORK_FLAG_@TESSESFRAMEWORK_ENABLE_MBED@
|
||||
#define TESSESFRAMEWORK_ENABLE_MBED
|
||||
#endif
|
||||
#undef TESSES_FRAMEWORK_FLAG_OFF
|
||||
#undef TESSES_FRAMEWORK_FLAG_ON
|
||||
Reference in New Issue
Block a user