mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-30 19:18:21 +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} )
|
||
|
|