diff options
author | crupest <crupest@outlook.com> | 2018-09-25 02:14:01 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-09-25 02:14:01 +0800 |
commit | cea138417c54d6cf8043b6334c22e3af957d26f8 (patch) | |
tree | 27d6fce93c8905c1d5cd4168e40c66f54c9857f8 /CruUI | |
parent | 0d5f9d0013456847d326168b6da501c2ae732e03 (diff) | |
download | cru-cea138417c54d6cf8043b6334c22e3af957d26f8.tar.gz cru-cea138417c54d6cf8043b6334c22e3af957d26f8.tar.bz2 cru-cea138417c54d6cf8043b6334c22e3af957d26f8.zip |
Update CMakeList.txt.
Diffstat (limited to 'CruUI')
-rw-r--r-- | CruUI/CMakeLists.txt | 3 |
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 |