You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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!
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?
The text was updated successfully, but these errors were encountered: