From 45a71a79ece7223d51daa585e2f646efa7d31fd3 Mon Sep 17 00:00:00 2001 From: torets Date: Wed, 27 Nov 2024 11:33:49 +0300 Subject: [PATCH] restored changed to CMakeLists.txt to avoid conflicts with PR #1658 --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c668eb80a..926946d98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,7 +95,4 @@ project( godot-cpp godotcpp_generate() # Test Example -option(GODOT_CPP_USE_TEST "Add test example project to build" ON) -if(GODOT_CPP_USE_TEST) - add_subdirectory( test ) -endif() +add_subdirectory( test )