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 f6ec359 commit 71f0d26
Showing 1 changed file with 1 addition and 1 deletion.
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 ON)
set(wxBUILD_MONOLITHIC OUTPUT_NAME)

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

0 comments on commit 71f0d26

Please sign in to comment.