diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-04-08 23:57:15 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-10 23:41:13 +0200 |
commit | 9ef2eba5e4344c1370754004a997970ca11e16ca (patch) | |
tree | 1ac65ad55faa8f2c5eddb06a582ffaf4729706e6 /src/CMakeLists.txt | |
parent | 631ca5d45726f7755fc39b60e0525e09230fbd95 (diff) |
Introduce thread management for future reading job
Change-Id: I1d47aef85c4a90d10d7cd5f85c357e9e35664836
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4707070..4217668 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -23,6 +23,8 @@ PROJECT_TARGET_ADD(harvester) # Define project Targets add_library(${TARGET_NAME} MODULE ${TARGET_NAME}.c + plugins/tsdb.c + plugins/influxdb.c ) set(OPENAPI_DEF "harvester-apidef" CACHE STRING "name and path to the JSON API definition without extension") |