From 1c97f6df59c825b26ecb18975fd9f62e14fc46ce Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 10 Feb 2015 19:02:57 +0100 Subject: o wip. --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a43b50..e23e674 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,9 @@ add_definitions(-DBOOST_ALL_DYN_LINK) find_package(Boost REQUIRED COMPONENTS system log thread) -set(SOURCE_FILES main.cpp Bluetooth.cpp LinuxBluetooth.cpp) +set(SOURCE_FILES "${SOURCE_FILES}" main.cpp Bluetooth.cpp LinuxBluetooth.cpp) +set(SOURCE_FILES "${SOURCE_FILES}" ByteBuffer.cpp) + add_executable(ble_toys ${SOURCE_FILES}) target_link_libraries(ble_toys bluetooth) -- cgit v1.2.3