add pkg-config

This commit is contained in:
Sakooooo 2023-07-10 16:36:02 +03:00
parent 40a428eaa6
commit 555f76baa7
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 2 additions and 4 deletions

View file

@ -14,11 +14,8 @@ in
gnumake gnumake
cmake cmake
clang clang
# lsp
clang-tools
# lint
cpplint
gdb gdb
pkg-config
]; ];
}; };
} }

View file

@ -14,6 +14,7 @@ in
neovim neovim
# lsp # lsp
clang-tools clang-tools
cmake-language-server
# lint # lint
cpplint cpplint
]; ];