mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-29 02:38:22 +01:00
10 lines
220 B
CMake
10 lines
220 B
CMake
# -*- cmake -*-
|
|
#
|
|
# fann-use.cmake
|
|
#
|
|
|
|
add_definitions ( ${FANN_DEFINITIONS} )
|
|
include_directories ( ${FANN_INCLUDE_DIRS} )
|
|
link_directories ( ${FANN_LIBRARY_DIRS} )
|
|
|