Skip to content
Snippets Groups Projects
Forked from ogs / ogs
23748 commits behind the upstream repository.
Lars Bilke's avatar
Lars Bilke authored
This change also introduces line fbx export to Unity
in the VtkFbxExporter submodule.
f5bda399
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

Third-party libraries

logog

For details how to use logog see the OGS devguide and the logog documentation.

logog is integrated as a git-subtree and can be updated with (executed in the sources root):

git-subtree pull -P ThirdParty/logog --squash https://github.com/johnwbyrd/logog.git

It was initially integrated with:

git-subtree add -P ThirdParty/logog --squash https://github.com/johnwbyrd/logog.git master

RapidXML

Is used for XML-IO. Is integrated directly.

tclap

Command line option parser. Is integrated directly.

zlib

Compression algorithms. Is integrated directly.

gtest

Google testing framework for unit tests. Is integrated directly.

quickcheck

Is integrated as a submodule.