This commit is contained in:
2021-08-28 11:34:46 +08:00
2 changed files with 17 additions and 1 deletions

View File

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