Install security plugins
Security plugins are built but not installed. Add target to CMakeLists.txt for three security plugins. Signed-off-by: Sid Faber <sid.faber@canonical.com>
This commit is contained in:
parent
e58f4dc344
commit
9fe51ef3fb
3 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ target_include_directories(dds_security_ac
|
|||
)
|
||||
|
||||
install(
|
||||
TARGETS
|
||||
TARGETS dds_security_ac
|
||||
EXPORT "${PROJECT_NAME}"
|
||||
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT lib
|
||||
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT lib
|
||||
|
|
|
@ -46,7 +46,7 @@ target_include_directories(dds_security_auth
|
|||
)
|
||||
|
||||
install(
|
||||
TARGETS
|
||||
TARGETS dds_security_auth
|
||||
EXPORT "${PROJECT_NAME}"
|
||||
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT lib
|
||||
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT lib
|
||||
|
|
|
@ -45,7 +45,7 @@ target_include_directories(dds_security_crypto
|
|||
)
|
||||
|
||||
install(
|
||||
TARGETS
|
||||
TARGETS dds_security_crypto
|
||||
EXPORT "${PROJECT_NAME}"
|
||||
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT lib
|
||||
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue