-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add nuget #201
Comments
for now I plan to only use nuget internally (for llvm/clang/clang-format/clang-format-vs to build the clang-format Visual Studio extension), but I committed an untested use script and the cmake to copy the executable to the staging directory, so that it would be easy to install/distribute the nuget executable with an externpro install externpro/projects/nuget.cmake Lines 26 to 39 in 23fae80
this is somewhat similar to what I did for yasm -- I don't install the use script by default |
completed with commits to dev branch referenced above |
building clang-format VS extension with VS 2017 requires nuget.exe "to pull in required assemblies"
see issue #189 (comment)
The text was updated successfully, but these errors were encountered: