Samples

The set of C++ samples.

Build Extension

This is a console application that uses a custom build extension to set a preprocessor definition to show how a user can easily author their own custom build logic that can be shared with others.

Console Application

This is the smallest amount of code to get a console application building using Soup.

Dynamic Library

This is a console application that has a single dynamic library dependency.

Static Library

This is a console application that has a single static library dependency.

Windows Application

This is a windows win32 application that demonstrates how to create a windows GUI application.