mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
DevTools/HackStudio: Add verify_make_is_installed()
This commit is contained in:
parent
31fc1990fa
commit
00075afb07
Notes:
sideshowbarker
2024-07-19 17:04:49 +09:00
Author: https://github.com/ferhatgec
Commit: 00075afb07
Pull-request: https://github.com/SerenityOS/serenity/pull/14281
Reviewed-by: https://github.com/AtkinsSJ
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