diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-05 15:36:17 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-05 16:22:47 +0200 |
commit | 3e45dda1b12578c9d84b7a4f479e2a9fbaaa5d3b (patch) | |
tree | b9db87d4972299fd7ceff366d3c1ae6d88dc4a99 /plugins/CMakeLists.txt | |
parent | 772552a441dae3ef7e25c7144269385c9ca68a4e (diff) |
Change, clean plugins.
Improve GPS plugin to be able to calculate the heading also remove
the builtin plugin that was an error. We need to pass GPS plugin in
C++ to be able to use the context.
Handle "double" and "int" signal's value.
Change-Id: I6d902e4ac76a0e933326c0b4c43922645c9c5a4c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r-- | plugins/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index b6eec08..0d437d5 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -63,7 +63,7 @@ PROJECT_TARGET_ADD(low-can) PROJECT_TARGET_ADD(gps) # Define targets - ADD_LIBRARY(${TARGET_NAME} MODULE ${TARGET_NAME}.c) + ADD_LIBRARY(${TARGET_NAME} MODULE ${TARGET_NAME}.cpp) # Alsa Plugin properties SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES |