mirror of
https://github.com/gwm17/catima.git
synced 2024-11-23 02:38:51 -05:00
6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
|
#ifndef BUILD_CONFIG_H
|
||
|
#define BUILD_CONFIG_H
|
||
|
|
||
|
#cmakedefine THIN_TARGET_APPROXIMATION
|
||
|
|
||
|
#endif
|