Created
July 18, 2022 10:04
-
-
Save germandiagogomez/9253052bc5c65f7bf4c586dbf6ea82ae to your computer and use it in GitHub Desktop.
Adding a library for Ultimate++
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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