From f2ff3cfcdc503be98b7d4b9f24f313c5732a0c17 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 13 Jul 2015 01:16:34 +0200 Subject: o Fully functional reception from MQTT into Cassandra. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c379c5..74197cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(mqtt_cassandra_bridge) find_package(Boost COMPONENTS regex system program_options REQUIRED) -add_executable(mqtt_cassandra_bridge main.cpp) +add_executable(mqtt_cassandra_bridge main.cpp cassandra_support.h) target_link_libraries(mqtt_cassandra_bridge PUBLIC ${Boost_LIBRARIES}) target_compile_options(mqtt_cassandra_bridge PUBLIC "-std=c++14") -- cgit v1.2.3