diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt deleted file mode 100644 index 7523d76..0000000 --- a/src/gui/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -find_package(wxWidgets) -include(${wxWidgets_USE_FILE}) - -add_executable(gui1 gui1.cpp) -target_link_libraries(gui1 PRIVATE ${wxWidgets_LIBRARIES}) \ No newline at end of file