cmake/Tests/RunCMake/Android/android_sysinc.c

8 lines
131 B
C
Raw Normal View History

2017-07-20 19:35:53 +02:00
#include <dlfcn.h>
#ifndef NOT_SYSTEM_DLFCN_HEADER
2018-08-09 18:06:22 +02:00
# error "sysroot /usr/include appears too early"
2017-07-20 19:35:53 +02:00
#endif
#include "android.c"