An open API service indexing awesome lists of open source software.

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

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.