{"library":"civetweb","install":[{"cmd":"vcpkg install civetweb","imports":["#include <civetweb.h>"]},{"cmd":"# CMakeLists.txt\nfind_package(civetweb CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE civetweb::civetweb)","imports":[]}]}