Skip to content

Commit

Permalink
added script to install wxwidgets in ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir committed May 22, 2024
1 parent e1c5c07 commit ef763ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ if(NOT wxWidgets_FOUND)
GIT_TAG v3.2.4
STEP_TARGETS build
)
execute_process(COMMAND sudo ldconfig)
endif()
execute_process(COMMAND wx-config --version)
include(${wxWidgets_USE_FILE})
add_executable(wxMinesweeper field.cpp field.h minesweeper.cpp minesweeper.h)
target_link_libraries(${PROJECT_NAME} ${wxWidgets_LIBRARIES})

0 comments on commit ef763ec

Please sign in to comment.