Skip to content

Commit 8485dcc

Browse files
CompositorBuffer: move to ThunderClientLibraries
1 parent c58c03f commit 8485dcc

File tree

5 files changed

+0
-919
lines changed

5 files changed

+0
-919
lines changed

Source/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ option(BLUETOOTH
1919
"Include the bluetooth library." OFF)
2020
option(BROADCAST
2121
"Include the broadcasting library." OFF)
22-
option(COMPOSITOR_BUFFER
23-
"Include the compositor buffer library." OFF)
2422

2523
if(BLUETOOTH)
2624
add_subdirectory(bluetooth)
@@ -30,6 +28,3 @@ if(BROADCAST)
3028
add_subdirectory(broadcast)
3129
endif()
3230

33-
if(COMPOSITOR_BUFFER)
34-
add_subdirectory(compositorbuffer)
35-
endif()

Source/compositorbuffer/CMakeLists.txt

Lines changed: 0 additions & 57 deletions
This file was deleted.

Source/compositorbuffer/example/CMakeLists.txt

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)