diff options
Diffstat (limited to 'src/tdebluezioslave/CMakeLists.txt')
-rw-r--r-- | src/tdebluezioslave/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/tdebluezioslave/CMakeLists.txt b/src/tdebluezioslave/CMakeLists.txt new file mode 100644 index 0000000..11b6614 --- /dev/null +++ b/src/tdebluezioslave/CMakeLists.txt @@ -0,0 +1,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 ) |