Skip to content

Commit

Permalink
Added cmake script executer to install wxwidgets
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir committed May 23, 2024
1 parent 54b6716 commit 7af70c8
Show file tree
Hide file tree
Showing 34 changed files with 3,817 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(wxMinesweeper LANGUAGES CXX)
find_package(wxWidgets)
if(NOT wxWidgets_FOUND)
execute_process(COMMAND sudo apt-get install -y build-essential libgtk2.0-dev libgtk-3-dev)
execute_process(COMMAND sudo su)
execute_process(COMMAND ls -al)
include(ExternalProject)
ExternalProject_Add(
wxWidgets
Expand Down
1 change: 1 addition & 0 deletions build/.cmake/api/v1/query/client-vscode/query.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"requests":[{"kind":"cache","version":2},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1},{"kind":"cmakeFiles","version":1}]}
Loading

0 comments on commit 7af70c8

Please sign in to comment.