Skip to content

Commit

Permalink
ThunderLibraries Moved to Thunder extension (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Daniluk <[email protected]>
  • Loading branch information
2 people authored and volkan-aslan committed Oct 3, 2024
1 parent cc645fb commit 627b6ec
Show file tree
Hide file tree
Showing 76 changed files with 4 additions and 20,912 deletions.
14 changes: 4 additions & 10 deletions Source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

option(BLUETOOTH
"Include the bluetooth library." OFF)
option(BROADCAST
"Include the broadcasting library." OFF)
option(ASCONNECTOR
"Include the asconnector library." OFF)

if(BLUETOOTH)
add_subdirectory(bluetooth)
endif()

if(BROADCAST)
add_subdirectory(broadcast)
if(ASCONNECTOR)
add_subdirectory(asconnector)
endif()

218 changes: 0 additions & 218 deletions Source/bluetooth/BluetoothUtils.cpp

This file was deleted.

61 changes: 0 additions & 61 deletions Source/bluetooth/BluetoothUtils.h

This file was deleted.

Loading

0 comments on commit 627b6ec

Please sign in to comment.