Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joeloftusdev/dotnet_cmake_examples

CMake C#/.NET 5+ WPF and WinForms Examples
https://github.com/joeloftusdev/dotnet_cmake_examples

cmake csharp dotnet windows-forms wpf

Last synced: about 22 hours ago
JSON representation

CMake C#/.NET 5+ WPF and WinForms Examples

Awesome Lists containing this project

README

        

## C# With CMake Example

How to build a WPF app & WinForms app with CMake in .NET 5+

## Build
```
# Create a build directory and build using CMake in the root dir
mkdir build && cd build
cmake ..

# Build
cmake --build .

```