added tests
This commit is contained in:
13
FlippR-Driver/src/bin/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Normal file
13
FlippR-Driver/src/bin/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <pthread.h>
|
||||
|
||||
#ifdef __CLASSIC_C__
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#else
|
||||
int main(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user