DevTools/HackStudio: Add verify_make_is_installed()

This commit is contained in:
ferhatgec 2022-06-15 04:09:16 +03:00 committed by Sam Atkins
commit 00075afb07
Notes: sideshowbarker 2024-07-19 17:04:49 +09:00
2 changed files with 12 additions and 0 deletions

View file

@ -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;