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

https://github.com/dimiboi/cmake-cppcli-poc

A proof-of-concept of using CMake with CPack to build a NuGet package containing a mixed-mode assembly containing C++/CLI and C++ code. Interfacing between native C++ code and managed C# code has never been easier!
https://github.com/dimiboi/cmake-cppcli-poc

cmake cpp cppcli csharp dotnet nuget

Last synced: 21 days ago
JSON representation

A proof-of-concept of using CMake with CPack to build a NuGet package containing a mixed-mode assembly containing C++/CLI and C++ code. Interfacing between native C++ code and managed C# code has never been easier!

Awesome Lists containing this project

README

          

# cmake-cppcli-poc
A proof-of-concept of building a NuGet package containing a mixed-mode assembly using C++/CLI and CMake with CPack

[![Build Status](https://dev.azure.com/dimiboi/Public/_apis/build/status/cmake-cppcli-poc?branchName=master)](https://dev.azure.com/dimiboi/Public/_build/latest?definitionId=3&branchName=master)