Skip to content

Commit

Permalink
library fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir committed Jun 16, 2024
1 parent 71f0d26 commit 6381e8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest --build-config ${{ matrix.build_type }}

- name: wx-config list
run: wx-config --list

- name: Upload
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ aux_source_directory(. SRC_LIST)
#endif()
# add_executable(${PROJECT_NAME} ${SRC_LIST})
# target_link_libraries(${PROJECT_NAME} ${wxWidgets_LIBRARIES})
set(wxBUILD_MONOLITHIC OUTPUT_NAME)
set(wxBUILD_MONOLITHIC ON)

add_subdirectory(wxWidgets)
add_executable(${PROJECT_NAME} ${SRC_LIST})
Expand Down

0 comments on commit 6381e8f

Please sign in to comment.