1
Fork 0
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:
ferhatgec 2022-06-15 04:09:16 +03:00 committed by Sam Atkins
parent 31fc1990fa
commit 00075afb07
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;