Add initial support for python bindings
[alexxy/gromacs.git] / cmake / TestMIC.c
1 int main()
2 {
3 #ifdef __MIC__
4     return 0;
5 #else
6 #error This compiler is not targetting MIC
7 #endif
8 }