Move schema model into its own library

There's little point in bundling Schema's (the abstract class) symbols
in a library which contains code which uses them. It will break with a
cyclic dependency when we add an implementation of this interface into
other libraries.

I'm also removing some duplicate definitions.

Change-Id: I89dfa4d29164e5a54b1567f6fa091f53e0d520f8
2 files changed
tree: 6ea87e702afa5cd2f5fd3c619de3bfac040b8f37
  1. .clang-format
  2. .gitmodules
  3. CMakeLists.txt
  4. Doxyfile.in
  5. LICENSE
  6. README.md
  7. ci/
  8. cmake/
  9. docs/
  10. src/
  11. submodules/
  12. tests/
README.md

Console interface to NETCONF servers

Credits

Copyright © Faculty of Information Technology, Czech Technical University in Prague, https://fit.cvut.cz/ . Copyright © CESNET, https://www.cesnet.cz/ . Most of the code was written by Václav Kubernát (FIT ČVUT) and Jan Kundrát (CESNET). The project is distributed under the terms of the Apache 2.0 license.