1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-22 18:28:51 -05:00
catima/build_config.in

10 lines
144 B
Plaintext
Raw Normal View History

2017-07-25 12:19:11 -04:00
#ifndef BUILD_CONFIG_H
#define BUILD_CONFIG_H
#cmakedefine THIN_TARGET_APPROXIMATION
2017-12-14 09:07:54 -05:00
#cmakedefine GSL_INTEGRATION
2018-01-15 09:11:51 -05:00
#cmakedefine GLOBAL
2017-07-25 12:19:11 -04:00
2017-12-14 09:07:54 -05:00
#endif