Skip to content

Commit 45a71a7

Browse files
committed
restored changed to CMakeLists.txt to avoid conflicts with PR #1658
1 parent 6408b3a commit 45a71a7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,4 @@ project( godot-cpp
9595
godotcpp_generate()
9696

9797
# 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()
98+
add_subdirectory( test )

0 commit comments

Comments
 (0)