CMakeNuGetTools icon indicating copy to clipboard operation
CMakeNuGetTools copied to clipboard

CMake functions for adding NuGet package dependencies with CMake exports or native .targets files, generating and merging .nuspec files, calling nuget pack, and more. WIP.

Results 1 CMakeNuGetTools issues
Sort by recently updated
recently updated
newest added

Here is your example ```cmake # Call this once before any other nuget_* calls. nuget_initialize() # NuGet install icu and flatbuffers packages, and import their CMake export files. nuget_add_dependencies( PACKAGE...