2 Star 6 Fork 0

bruisebd/mupdf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
zl 提交于 2019-12-08 20:29 . 编译sample中的pdftest成功
project(mupdf)
cmake_minimum_required(VERSION 3.14)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
include_directories(./include)
include_directories(./thirdparty/jpeg)
aux_source_directory(./source/cbz cbz)
aux_source_directory(./source/fitz fitz)
aux_source_directory(./source/gprf gprf)
aux_source_directory(./source/html html)
aux_source_directory(./source/pdf pdf)
aux_source_directory(./source/svg svg)
aux_source_directory(./source/svg tools)
aux_source_directory(./source/xps xps)
aux_source_directory(./source/z/pdf zpdf)
MESSAGE(" the source directory : ${cbz}")
MESSAGE(" the source directory : ${fitz}")
MESSAGE(" the source directory : ${gprf}")
MESSAGE(" the source directory : ${html}")
MESSAGE(" the source directory : ${pdf}")
MESSAGE(" the source directory : ${svg}")
MESSAGE(" the source directory : ${xps}")
MESSAGE(" the source directory : ${zpdf}")
add_executable(pdf-sample ./source/z/pdf/samples/pdf_samples.c
${cbz} ${fitz} ${gprf} ${html} ${pdf} ${svg} ${xps} ${zpdf})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bruisebd/mupdf.git
[email protected]:bruisebd/mupdf.git
bruisebd
mupdf
mupdf
master

搜索帮助