1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-07-26 10:49:51 +02:00

mimgrating from another repo

This commit is contained in:
Xuan Sang LE
2018-09-19 15:08:49 +02:00
parent 91320521e8
commit 38bd13b46b
600 changed files with 362490 additions and 1 deletions

11
lib/ann/Makefile Normal file
View File

@ -0,0 +1,11 @@
include ../../../../var.mk
LIB_NAME=ann.$(LIB_EXT)
LIB_OBJ=ann.o
LIB_INC=-I./fann/src/include/
FANN_LIB_A=./fann/build/src/libdoublefann.a
LIB_CONF = $(FANN_LIB_A) $(FANN_INC)
include ../../lib.mk