diff --git a/CMakeLists.txt b/CMakeLists.txt index df889ef..c6cee4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})