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.
1 parent 6408b3a commit 45a71a7Copy full SHA for 45a71a7
CMakeLists.txt
@@ -95,7 +95,4 @@ project( godot-cpp
95
godotcpp_generate()
96
97
# Test Example
98
-option(GODOT_CPP_USE_TEST "Add test example project to build" ON)
99
-if(GODOT_CPP_USE_TEST)
100
- add_subdirectory( test )
101
-endif()
+add_subdirectory( test )
0 commit comments