Skip to content

Commit d945002

Browse files
committed
Initial CARD stubout
1 parent 1700076 commit d945002

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
path = extern/nod
33
url = ../nod.git
44
branch = master
5-
[submodule "extern/kabufuda"]
6-
path = extern/kabufuda
7-
url = ../kabufuda.git
8-
branch = master
95
[submodule "extern/jbus"]
106
path = extern/jbus
117
url = ../jbus.git

extern/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ endif ()
2727

2828
add_subdirectory(nod EXCLUDE_FROM_ALL)
2929
add_subdirectory(jbus EXCLUDE_FROM_ALL)
30-
add_subdirectory(kabufuda EXCLUDE_FROM_ALL)
3130

3231
option(OPTICK_ENABLED "Enable profiling with Optick" OFF)
3332
set(OPTICK_USE_VULKAN ${DAWN_ENABLE_VULKAN} CACHE BOOL "Built-in support for Vulkan" FORCE)

extern/kabufuda

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)