blob: 11b6614df0a1bf93fdcca7e17d81be4bd1000877 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#################################################
#
# (C) 2018 Emanoil Kotsev
# deloptes (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_subdirectory( bluetooth )
add_subdirectory( obex )
|