Initial svg support.
This commit is contained in:
parent
101bfb4207
commit
65ac927929
22 changed files with 284 additions and 30 deletions
|
@ -9,6 +9,8 @@ list(APPEND publishing_HEADERS
|
|||
pdf/PdfStream.h
|
||||
pdf/PdfXRefTable.h
|
||||
pdf/PdfWriter.h
|
||||
plotting/GraphPlotter.h
|
||||
plotting/SvgConverter.h
|
||||
)
|
||||
|
||||
list(APPEND publishing_LIB_INCLUDES
|
||||
|
@ -22,6 +24,8 @@ list(APPEND publishing_LIB_INCLUDES
|
|||
pdf/PdfStream.cpp
|
||||
pdf/PdfXRefTable.cpp
|
||||
pdf/PdfWriter.cpp
|
||||
plotting/GraphPlotter.h
|
||||
plotting/SvgConverter.h
|
||||
DocumentConverter.cpp
|
||||
)
|
||||
|
||||
|
@ -32,6 +36,6 @@ target_include_directories(publishing PUBLIC
|
|||
"${CMAKE_CURRENT_SOURCE_DIR}/pdf"
|
||||
)
|
||||
set_target_properties( publishing PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON )
|
||||
target_link_libraries( publishing PUBLIC core web)
|
||||
target_link_libraries( publishing PUBLIC core web graphics visual_elements)
|
||||
|
||||
set_property(TARGET publishing PROPERTY FOLDER src)
|
Loading…
Add table
Add a link
Reference in a new issue