We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806842c commit e41fcd8Copy full SHA for e41fcd8
2 files changed
.gitignore
@@ -30,3 +30,4 @@ chewing-editor.dSYM/
30
chewing-editor.app/
31
32
Testing/
33
+/build/
CMakeLists.txt
@@ -19,7 +19,7 @@
19
set(CMAKE_USER_MAKE_RULES_OVERRIDE ${CMAKE_CURRENT_SOURCE_DIR}/cmake/c_flag_overrides.cmake)
20
set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_flag_overrides.cmake)
21
22
-cmake_minimum_required(VERSION 3.0.0)
+cmake_minimum_required(VERSION 3.0.0...3.31.6)
23
project(chewing-editor VERSION 0.1.1)
24
25
cmake_policy(SET CMP0020 NEW)
0 commit comments