mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-29 02:38:22 +01:00
11 lines
255 B
CMake
11 lines
255 B
CMake
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@BIN_INSTALL_DIR@
|
|
libdir=@LIB_INSTALL_DIR@
|
|
includedir=@INCLUDE_INSTALL_DIR@
|
|
|
|
Name: fann
|
|
Description: Fast Artificial Neural Network Library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lm -lfann
|
|
Cflags: -I${includedir}
|