https://github.com/bekraft/bitubassimpwin
Assimp redistribution package builder
https://github.com/bekraft/bitubassimpwin
assimp nuget-package
Last synced: 4 months ago
JSON representation
Assimp redistribution package builder
- Host: GitHub
- URL: https://github.com/bekraft/bitubassimpwin
- Owner: bekraft
- License: mit
- Created: 2024-06-11T12:52:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T13:00:49.000Z (about 2 years ago)
- Last Synced: 2025-02-10T22:35:34.566Z (over 1 year ago)
- Topics: assimp, nuget-package
- Language: PowerShell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitub Assimp Redistribution Builder
Assimp binary NuGet package builder. Builds and packages Assimp as x86 and x64 prebuilt binaries
and headers files into a single nuget package.
See https://github.com/assimp/assimp.
## Contents
- packages Assimp libraries into `lib/native/`
- copies header files into `build/native/include`
## Build Nuget package
Builds Assimp binaries with vcpkg from https://vcpkg.link/ports/assimp. Either uses vcpkg shipped with Visual Studio (if installed during installation) or a manually installed vcpkg toolchain. See https://github.com/microsoft/vcpkg.
Run
```bash
./build.cmd
nuget pack .\Bitub.Assimp.Win10.nuspec
```
## Add prebuilt Nuget package to VC project
Within the consuming project create a file `package.config`:
```xml
```
Add an additional `ImportGroup` to the consumer project configuration:
```xml
```
Let the entire solution being reloaded.