msgpack / msgpack-c

MessagePack implementation for C and C++ / msgpack.org[C/C++]
Other
3.03k stars 883 forks source link

cmake: add headers to interface library #1057

Open timblechmann opened 1 year ago

timblechmann commented 1 year ago

cmake 3.19 allows headers to be added to interface libraries in order to populate IDE projects

timblechmann commented 1 year ago

compare: https://cmake.org/cmake/help/latest/command/add_library.html#interface-libraries

codecov-commenter commented 1 year ago

Codecov Report

Merging #1057 (2ef4d35) into cpp_master (1edfba0) will not change coverage. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## cpp_master #1057 +/- ## =========================================== Coverage 85.60% 85.60% =========================================== Files 79 79 Lines 5023 5023 =========================================== Hits 4300 4300 Misses 723 723 ```