fix the envoy CMakList file

This commit is contained in:
wiaamm
2024-12-24 23:08:26 +02:00
parent 2a18a455fe
commit 91671880d0
2 changed files with 1 additions and 2 deletions

View File

@@ -26,7 +26,6 @@ add_library(
target_link_libraries(nano_attachment shmem_ipc_2 nano_attachment_util)
# add_subdirectory(nano_attachment_ut)
# add_subdirectory(manual_testing)
install(TARGETS nano_attachment DESTINATION lib)
install(TARGETS nano_attachment DESTINATION http_transaction_handler_service/lib/ PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ)