Skip to content

Commit

Permalink
Remove Godot stuff from terminal library
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercd committed Aug 29, 2021
1 parent 4c22406 commit 9906a03
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1,149 deletions.
5 changes: 0 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
[submodule "extern/godot-headers"]
path = extern/godot-headers
url = [email protected]:godotengine/godot-headers.git
branch = 3.3

[submodule "extern/Catch2"]
path = extern/Catch2
url = https://github.com/catchorg/Catch2.git
Expand Down
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.19)

project(godot-terminal
LANGUAGES CXX)
project(katerm)

enable_testing()

Expand Down Expand Up @@ -49,9 +48,6 @@ target_link_libraries(terminal-static

add_subdirectory(terminfo)

add_subdirectory(godot_lite_wrapper)
add_subdirectory(godot_terminal)

add_subdirectory(extern/Catch2)

add_subdirectory(tests)
Expand Down
1 change: 0 additions & 1 deletion extern/godot-headers
Submodule godot-headers deleted from a8ab68
11 changes: 0 additions & 11 deletions godot_lite_wrapper/CMakeLists.txt

This file was deleted.

16 changes: 0 additions & 16 deletions godot_lite_wrapper/include/gdl/api.hpp

This file was deleted.

50 changes: 0 additions & 50 deletions godot_lite_wrapper/include/gdl/dictionary.hpp

This file was deleted.

75 changes: 0 additions & 75 deletions godot_lite_wrapper/include/gdl/lifetime.hpp

This file was deleted.

54 changes: 0 additions & 54 deletions godot_lite_wrapper/include/gdl/pool_int_array.hpp

This file was deleted.

74 changes: 0 additions & 74 deletions godot_lite_wrapper/include/gdl/string.hpp

This file was deleted.

71 changes: 0 additions & 71 deletions godot_lite_wrapper/include/gdl/variant.hpp

This file was deleted.

Loading

0 comments on commit 9906a03

Please sign in to comment.