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