You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2015/11/17 12:57:42 UTC

[25/38] celix git commit: CELIX-272: Add rpath to dfi test setup.

CELIX-272: Add rpath to dfi test setup.


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/a9edf1f2
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/a9edf1f2
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/a9edf1f2

Branch: refs/heads/develop
Commit: a9edf1f2f25a89f60dde6423f88e0dfcf6f56313
Parents: a9d379f
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Mon Nov 16 18:17:20 2015 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Mon Nov 16 18:17:20 2015 +0100

----------------------------------------------------------------------
 .../dynamic_function_interface_tst/CMakeLists.txt               | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/a9edf1f2/remote_services/remote_service_admin_dfi/dynamic_function_interface_tst/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/remote_services/remote_service_admin_dfi/dynamic_function_interface_tst/CMakeLists.txt b/remote_services/remote_service_admin_dfi/dynamic_function_interface_tst/CMakeLists.txt
index 3c8a800..d42b606 100644
--- a/remote_services/remote_service_admin_dfi/dynamic_function_interface_tst/CMakeLists.txt
+++ b/remote_services/remote_service_admin_dfi/dynamic_function_interface_tst/CMakeLists.txt
@@ -19,6 +19,11 @@ include_directories(
 	../dynamic_function_interface
 )
 
+SET(CMAKE_SKIP_BUILD_RPATH  FALSE) #TODO needed?
+SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) #TODO needed?
+SET(CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/remote_services/remote_service_admin_dfi/dynamic_function_interface")
+
+
 add_executable(test_dfi
 	dyn_type_tests.cpp
 	dyn_function_tests.cpp