Run regressiontests from build
[gromacs.git] / include / gmx_header_config.h.cmakein
bloba2f98bf13ae657f443db07dc30427ab40dbcb91b
1 /* This include file will be configured by CMake and
2  * installed with GROMACS header files so that they can
3  * refer to a central location for #defines that will be
4  * available for builds of projects that depend on GROMACS.
5  */
7 /* Detect Cygwin */
8 #cmakedefine GMX_CYGWIN
10 /* Detect native (i.e. non-Cygwin) Windows */
11 #cmakedefine GMX_NATIVE_WINDOWS