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 0a640f1 commit f6ec359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ aux_source_directory(. SRC_LIST)
#endif()
# add_executable(${PROJECT_NAME} ${SRC_LIST})
# target_link_libraries(${PROJECT_NAME} ${wxWidgets_LIBRARIES})
set(wxBUILD_MONOLITHIC ON)

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

0 comments on commit f6ec359

Please sign in to comment.