1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-29 02:38:22 +01:00
antd-lua-plugin/lib/ann/fann/cmake/fann.pc.cmake
2018-09-19 15:08:49 +02:00

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}