mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00:00
DevTools/HackStudio: Add verify_make_is_installed()
This commit is contained in:
parent
31fc1990fa
commit
00075afb07
2 changed files with 12 additions and 0 deletions
|
@ -47,6 +47,7 @@ private:
|
|||
static void for_each_library_dependencies(Function<void(String, Vector<StringView>)>);
|
||||
static ErrorOr<String> component_name(StringView cmake_file_path);
|
||||
static ErrorOr<void> verify_cmake_is_installed();
|
||||
static ErrorOr<void> verify_make_is_installed();
|
||||
|
||||
String m_project_root;
|
||||
Project const& m_project;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue