GNU LibreDWG is a free C library to handle DWG files. It aims to be a free replacement for the OpenDWG libraries. DWG is the native file format of AutoCAD.
Run the following Vcpkg command to install the port.
vcpkg install libredwg
libredwg provides CMake targets:
find_package(unofficial-libredwg CONFIG REQUIRED) target_link_libraries(main unofficial::libredwg::libredwg)
Build dwg/dxf manipulation command-line tools
v0.12.5.5178#1
Jun 15, 2023
!xbox
LibreDWG/libredwg764
gnu.org/software/libredwg
5d2a0a9814
GPL-3.0
Manifest