mirror of
https://github.com/simon987/antiword.git
synced 2025-04-03 15:52:58 +00:00
Build as library
This commit is contained in:
parent
0c80784022
commit
1da8dbdb01
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,8 +1,10 @@
|
||||
*.o
|
||||
antiword
|
||||
libantiword.a
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
cmake_install.cmake
|
||||
.idea/
|
||||
Makefile
|
||||
*.cbp
|
||||
*.cbp
|
||||
*.swp
|
@ -4,8 +4,7 @@ set(CMAKE_C_STANDARD 11)
|
||||
project(antiword C)
|
||||
|
||||
|
||||
add_executable(antiword
|
||||
src/main_u.c
|
||||
add_library(antiword
|
||||
src/asc85enc.c src/blocklist.c src/chartrans.c src/datalist.c
|
||||
src/depot.c src/dib2eps.c src/doclist.c src/fail.c src/finddata.c
|
||||
src/findtext.c src/fmt_text.c src/fontlist.c src/fonts.c src/fonts_u.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user