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.13.3#1
Jun 14, 2024
!xbox
LibreDWG/libredwg934
gnu.org/software/libredwg
47633daa65
GPL-3.0
Manifest