brbzull0 commented on code in PR #10811: URL: https://github.com/apache/trafficserver/pull/10811#discussion_r1399158484
########## src/traffic_crashlog/CMakeLists.txt: ########## @@ -15,8 +15,8 @@ # ####################### -add_executable(traffic_crashlog procinfo.cc traffic_crashlog.cc) +add_executable(traffic_crashlog procinfo.cc backtrace.cc traffic_crashlog.cc) -target_link_libraries(traffic_crashlog PRIVATE ts::inkevent ts::records ts::tscore ts::tsapicore) +target_link_libraries(traffic_crashlog PRIVATE ts::inkevent ts::records ts::tscore ts::tsapicore unwind::unwind) Review Comment: It should work now as. Thanks @cmcfarlen for collaborating with this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
