1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-23 02:38:51 -05:00
catima/build_config.in

11 lines
185 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
2018-07-31 11:40:25 -04:00
#cmakedefine REACTIONS
2018-04-29 18:16:45 -04:00
#cmakedefine NUREX
2017-12-14 09:07:54 -05:00
#endif