csoltenborn / GoogleTestAdapter

Visual studio extension that adds support for the C++ testing framework Google Test.
Other
143 stars 100 forks source link

Add GTA-specific headers for type-traits to NuGet packages #316

Open tmilnthorp opened 3 years ago

tmilnthorp commented 3 years ago

Hello!

It would be nice to include the headers for type-traits in the NuGet package, given that these are GTA specific. I'm not sure if this is possible or already done in the extension side already.

We would need to include it under build\include as well as create a .targets file to add to the C++ include directories.

I am trying to add this myself but am unable to build the solution. Is there a developer setup guide anywhere?

csoltenborn commented 3 years ago

This sounds like a reasonable idea and should indeed be possible (the NuGet package is defined here). However, I'm not sure where the header file(s) would end up, and if it would make sense to include them from that location.

There's indeed a setup guide - I hope that it's up to date ;-) Let me know if you have any problems!