update build system

This commit is contained in:
2021-08-01 08:29:16 +08:00
parent e59ec89fed
commit 065edf8dfd
4 changed files with 24 additions and 7 deletions

View File

@@ -50,5 +50,5 @@ endif()
# 头文件安装命令
file(GLOB LIBTESS_HEAD *.h)
# 安装到/opt/include/tess
# 安装到include/tess
install(FILES ${LIBTESS_HEAD} DESTINATION include/tess)