We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3715bfe + 5c12bd2 commit 7d4a24cCopy full SHA for 7d4a24c
CMakeLists.txt
@@ -37,7 +37,7 @@
37
# Todo
38
# Test build for Windows, Mac and mingw.
39
40
-cmake_minimum_required(VERSION 3.12)
+cmake_minimum_required(VERSION 3.13)
41
project(godot-cpp LANGUAGES CXX)
42
43
option(GENERATE_TEMPLATE_GET_NODE "Generate a template version of the Node class's get_node." ON)
test/CMakeLists.txt
@@ -1,5 +1,5 @@
1
2
project(godot-cpp-test)
-cmake_minimum_required(VERSION 3.6)
3
4
set(GODOT_GDEXTENSION_DIR ../gdextension/ CACHE STRING "Path to GDExtension interface header directory")
5
set(CPP_BINDINGS_PATH ../ CACHE STRING "Path to C++ bindings")
0 commit comments