mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-29 02:38:22 +01:00
9 lines
204 B
C
9 lines
204 B
C
/* Name of package */
|
|
#cmakedefine PACKAGE "@PACKAGE@"
|
|
|
|
/* Version number of package */
|
|
#cmakedefine VERSION "@FANN_VERSION_STRING@"
|
|
|
|
/* Define for the x86_64 CPU famyly */
|
|
#cmakedefine X86_64 "@X86_64@"
|