xref
: /
third_party
/
libsnd
/
cmake
/
CheckCPUArch.c.in
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/libsnd/cmake/
1
int main(void) {
2
#if @CHECK_CPU_ARCH_DEFINES@
3
return 0;
4
#else
5
fail
6
#endif
7
}
8