Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
5e285289
Commit
5e285289
authored
Jun 20, 2017
by
Steven Murray
Browse files
Added rpath to installed objectsore tools
parent
e3cd5cb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
objectstore/CMakeLists.txt
View file @
5e285289
...
...
@@ -87,14 +87,17 @@ target_link_libraries(ctaobjectstoreunittests
install
(
TARGETS ctaobjectstoreunittests DESTINATION usr/
${
CMAKE_INSTALL_LIBDIR
}
)
add_executable
(
cta-objectstore-initialize cta-objectstore-initialize.cpp
)
set_target_properties
(
cta-objectstore-initialize PROPERTIES INSTALL_RPATH
${
PROTOBUF3_RPATH
}
)
target_link_libraries
(
cta-objectstore-initialize
${
PROTOBUF3_LIBRARIES
}
ctaobjectstore ctacommon ctautils
)
add_executable
(
cta-objectstore-list cta-objectstore-list.cpp
)
set_target_properties
(
cta-objectstore-list PROPERTIES INSTALL_RPATH
${
PROTOBUF3_RPATH
}
)
target_link_libraries
(
cta-objectstore-list
${
PROTOBUF3_LIBRARIES
}
ctaobjectstore ctacommon
)
add_executable
(
cta-objectstore-dump-object cta-objectstore-dump-object.cpp
)
set_target_properties
(
cta-objectstore-dump-object PROPERTIES INSTALL_RPATH
${
PROTOBUF3_RPATH
}
)
target_link_libraries
(
cta-objectstore-dump-object
${
PROTOBUF3_LIBRARIES
}
ctaobjectstore ctacommon
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment