Skip to content

Commit

Permalink
Merge pull request #37 from WebPlatformForEmbedded/development/move-c…
Browse files Browse the repository at this point in the history
…ompositorbuffer-to-client-libraries

CompositorBuffer: move to ThunderClientLibraries
  • Loading branch information
pwielders authored Apr 22, 2024
2 parents c58c03f + 8485dcc commit a5851bb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 919 deletions.
5 changes: 0 additions & 5 deletions Source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ option(BLUETOOTH
"Include the bluetooth library." OFF)
option(BROADCAST
"Include the broadcasting library." OFF)
option(COMPOSITOR_BUFFER
"Include the compositor buffer library." OFF)

if(BLUETOOTH)
add_subdirectory(bluetooth)
Expand All @@ -30,6 +28,3 @@ if(BROADCAST)
add_subdirectory(broadcast)
endif()

if(COMPOSITOR_BUFFER)
add_subdirectory(compositorbuffer)
endif()
57 changes: 0 additions & 57 deletions Source/compositorbuffer/CMakeLists.txt

This file was deleted.

39 changes: 0 additions & 39 deletions Source/compositorbuffer/example/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit a5851bb

Please sign in to comment.