aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CruUI/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CruUI/CMakeLists.txt b/CruUI/CMakeLists.txt
index 5384b113..e7e4fb3f 100644
--- a/CruUI/CMakeLists.txt
+++ b/CruUI/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.12)
+cmake_minimum_required(VERSION 3.11)
project(CruUI)
if (MSVC_VERSION GREATER_EQUAL "1900")
@@ -19,7 +19,6 @@ add_executable(CruUI
ui/controls/margin_container.cpp
ui/controls/text_block.cpp
ui/controls/text_box.cpp
- ui/controls/text_control.cpp
ui/controls/toggle_button.cpp
ui/events/ui_event.cpp
ui/control.cpp