mirror of
https://github.com/gwm17/catima.git
synced 2024-11-26 12:08:52 -05:00
11 lines
185 B
Plaintext
11 lines
185 B
Plaintext
#ifndef BUILD_CONFIG_H
|
|
#define BUILD_CONFIG_H
|
|
|
|
#cmakedefine THIN_TARGET_APPROXIMATION
|
|
#cmakedefine GSL_INTEGRATION
|
|
#cmakedefine GLOBAL
|
|
#cmakedefine REACTIONS
|
|
#cmakedefine NUREX
|
|
|
|
#endif
|