aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2019-11-15 12:46:44 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2019-11-15 12:46:44 +0100
commitbfb7be817e3d722af24bf84914a43b4f6cde6d1a (patch)
tree74dbb36ba6a82d3f8a39aed721b6821f9566d098 /conf.d
parent00fc4d94ba9585b6262218136d76b913e162876b (diff)
cmake: separate binding into lib+binding+plugins
This separation is needed to be more flexible and be able to load plugins representing CAN signals dictionnaries instead of using a hardcoded one. Change-Id: I8e07eed0dea36473d43b8d68416e8ca210269980 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/cmake/config.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index d7d5f43e..b1dec8c3 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -29,6 +29,8 @@ set(PROJECT_LICENSE "APL2.0")
set(PROJECT_LANGUAGES "C;CXX")
set(API_NAME "low-can")
+set(INSTALL_RPATH "$ORIGIN")
+
# Where are stored the project configuration files
# relative to the root project directory
set(PROJECT_CMAKE_CONF_DIR "conf.d")