Files
oopt-gnpy-libyang/.gitmodules
Jan Kundrát f9b323b126 Building libyang and libyang-cpp on Windows
Since we have full control over the whole build stack (do we, when it
comes to Python?), it's safe to disable MSVC warnings about exporting
symbols from a DLL which are inherited from a non-exported type (or have
members which are of a non-exported type).
2022-06-16 20:15:34 +02:00

7 lines
144 B
Plaintext

[submodule "libyang"]
path = libyang
url = ../../jktjkt/libyang
[submodule "libyang-cpp"]
path = libyang-cpp
url = ../../CESNET/libyang-cpp