diff options
Diffstat (limited to 'bluetooth/CMakeLists.txt')
-rw-r--r-- | bluetooth/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bluetooth/CMakeLists.txt b/bluetooth/CMakeLists.txt new file mode 100644 index 0000000..c068a9f --- /dev/null +++ b/bluetooth/CMakeLists.txt @@ -0,0 +1,2 @@ +add_headers(bluetooth.h bluetoothmessage.h) +add_sources(bluetooth.cpp bluetoothmessage.cpp) |