Skip to content

Commit a5851bb

Browse files
authored
Merge pull request #37 from WebPlatformForEmbedded/development/move-compositorbuffer-to-client-libraries
CompositorBuffer: move to ThunderClientLibraries
2 parents c58c03f + 8485dcc commit a5851bb

5 files changed

Lines changed: 0 additions & 919 deletions

File tree

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)