Skip to content

cristianadam/dotnet_cmake_examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 . 

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 61.4%
  • CMake 38.6%