Add targets dependencies

This commit is contained in:
Ned Wright
2024-02-01 10:25:32 +00:00
parent 6d67818a94
commit 6981d06303
3 changed files with 6 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ target_link_libraries(cp-nano-http-transaction-handler
-Wl,--end-group
)
add_dependencies(cp-nano-http-transaction-handler ngen_core)
install(TARGETS cp-nano-http-transaction-handler DESTINATION bin)
install(TARGETS cp-nano-http-transaction-handler DESTINATION http_transaction_handler_service/bin)