diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-06-23 20:34:57 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-06-23 20:42:57 +0200 |
commit | 7059e59cddc1c81321639875636e88895bc14309 (patch) | |
tree | 2e857745ae2dd18814bdfe2d6e3806151a51a43e /plugins/intrinsics/CMakeLists.txt | |
parent | ef908d903929988ad01f9df94415fc9c3ddebcac (diff) |
vocabulary: moving from 'plugin' to 'binding'
Change-Id: Ic9e118df2bede1fefbb591f8ae7887266b7324ca
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'plugins/intrinsics/CMakeLists.txt')
-rw-r--r-- | plugins/intrinsics/CMakeLists.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/intrinsics/CMakeLists.txt b/plugins/intrinsics/CMakeLists.txt deleted file mode 100644 index b9bd638a..00000000 --- a/plugins/intrinsics/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ - -INCLUDE_DIRECTORIES(${include_dirs}) - -################################################## -# DBus Binding -################################################## -ADD_LIBRARY(afb-dbus-binding MODULE afb-dbus-binding.c) -SET_TARGET_PROPERTIES(afb-dbus-binding PROPERTIES - PREFIX "" - LINK_FLAGS "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/export.map" -) -TARGET_LINK_LIBRARIES(afb-dbus-binding ${link_libraries}) -INSTALL(TARGETS afb-dbus-binding - LIBRARY DESTINATION ${plugin_install_dir}) - |