20,741
edits
m (→CanvasPDF) |
|||
| Line 190: | Line 190: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
So all that is needed is including the osgWidget/PdfReader header and editing the top-level CMakeListst.txt file to ensure that osgWidget is added as a required library in the find_package() call: | So all that is needed is including the osgWidget/PdfReader header and editing the top-level CMakeListst.txt file in sgsrc/fgsrc to ensure that osgWidget is added as a required library in the find_package() call: | ||
<syntaxhighlight lang="diff"> | <syntaxhighlight lang="diff"> | ||