Skip to content

Instantly share code, notes, and snippets.

@germandiagogomez
Created July 18, 2022 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save germandiagogomez/9253052bc5c65f7bf4c586dbf6ea82ae to your computer and use it in GitHub Desktop.
Save germandiagogomez/9253052bc5c65f7bf4c586dbf6ea82ae to your computer and use it in GitHub Desktop.
Adding a library for Ultimate++
sources = [
'Object.cpp',
'RichImage.cpp',
'ParaData.cpp',
'ParaType.cpp',
'ParaPaint.cpp',
'HeaderFooter.cpp',
'TxtData.cpp',
'TxtPaint.cpp',
'TxtOp.cpp',
'Format.cpp',
'TableCell.cpp',
'TableLayout.cpp',
'TablePaint.cpp',
'TableData.cpp',
'TextPaint.cpp',
'TextStyle.cpp',
'TextData.cpp',
'TextTable.cpp',
'EncodeQtf.cpp',
'ParseQtf.cpp',
'EncodeHTML.cpp',
'Util.cpp'
]
richtext_lib = library('RichText', sources: sources,
include_directories:
[uppsrc_inc])
richtext_dep = declare_dependency(link_with: richtext_lib,
include_directories: uppsrc_inc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment