findnetlib.cmake

来自「InsightToolkit-1.4.0(有大量的优化算法程序)」· CMAKE 代码 · 共 14 行

CMAKE
14
字号
#
# Try to find netlib
#

# AGAP: Is it even possible to have a "native" netlib? Even if not, it is
# good to have this file in place, so that all things in v3p are found
# via a module.

SET( NETLIB_FOUND "YES" )
SET( NETLIB_INCLUDE_DIR ${vxl_SOURCE_DIR}/v3p/netlib )
SET( NETLIB_LIBRARIES itknetlib )


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?