diff options
author | tcsullivan <tullivan99@gmail.com> | 2019-08-25 16:27:18 -0400 |
---|---|---|
committer | tcsullivan <tullivan99@gmail.com> | 2019-08-25 16:27:18 -0400 |
commit | d48436bbf5032484ff7d9c2667a63672e306ca18 (patch) | |
tree | 9a163fab97332eba418e97f05136cfac8d14c101 /lib/entityx/build/CMakeFiles/feature_tests.c | |
parent | efeb51e163be3f4110b9dad771bee1f3dc814333 (diff) |
entityx lib; removed lib build files
Diffstat (limited to 'lib/entityx/build/CMakeFiles/feature_tests.c')
-rw-r--r-- | lib/entityx/build/CMakeFiles/feature_tests.c | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/lib/entityx/build/CMakeFiles/feature_tests.c b/lib/entityx/build/CMakeFiles/feature_tests.c deleted file mode 100644 index 83e86dd..0000000 --- a/lib/entityx/build/CMakeFiles/feature_tests.c +++ /dev/null @@ -1,34 +0,0 @@ - - const char features[] = {"\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 -"1" -#else -"0" -#endif -"c_function_prototypes\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_restrict\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L -"1" -#else -"0" -#endif -"c_static_assert\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_variadic_macros\n" - -}; - -int main(int argc, char** argv) { (void)argv; return features[argc]; } |