diff options
| author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-05-12 19:58:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-12 19:58:34 +0200 |
| commit | 813827c26ae079a9c29302a0a4d4c53dc4d89c19 (patch) | |
| tree | 701587b44daf0e541d95ade77968e1be935bb060 | |
| parent | feaba551b5a5b2d13ad1c3fdd8c90e67c67ff37c (diff) | |
| parent | 7f94f90b019835deba7068cbdc2b6156105ba271 (diff) | |
| download | redot-cpp-813827c26ae079a9c29302a0a4d4c53dc4d89c19.tar.gz | |
Merge pull request #1108 from sasichkamega/master
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 49d5988..f955f79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,8 +37,8 @@ # Todo # Test build for Windows, Mac and mingw. -project(godot-cpp LANGUAGES CXX) cmake_minimum_required(VERSION 3.12) +project(godot-cpp LANGUAGES CXX) option(GENERATE_TEMPLATE_GET_NODE "Generate a template version of the Node class's get_node." ON) option(GODOT_CPP_SYSTEM_HEADERS "Expose headers as SYSTEM." ON) |
