pistacheio / pistache

A high-performance REST toolkit written in C++
https://pistacheio.github.io/pistache/
Apache License 2.0
3.12k stars 685 forks source link

build: better handle public compile arguments #1184

Closed Tachi107 closed 6 months ago

Tachi107 commented 6 months ago

Public arguments are now specifically added to the libpistache and pistache_dep objects, so that they automatically get propagated to all the build targets which depend on pistache_dep.

Follow-up to 575ccf415232dfbafb827b0fcde68f6657e8f7dd

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (68d267c) 78.11% compared to head (fc4948c) 78.11%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1184 +/- ## ======================================= Coverage 78.11% 78.11% ======================================= Files 53 53 Lines 7077 7077 ======================================= Hits 5528 5528 Misses 1549 1549 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.