Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Working C++ Nuget package for Visual Studio 2019  (Read 2392 times)

0 Members and 1 Guest are viewing this topic.

profk

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • Email
Working C++ Nuget package for Visual Studio 2019
« on: January 12, 2022, 05:54:24 pm »
Based on SFML 2.5.1 releases
Supports all build modes (Win32/x64, Debug and Release)
By default it builds with the dynamic libs and copies them to the output directory automatically.

Created for my C++ students.

Nuget: https://www.nuget.org/packages/SFML_VS2019/

Github:  https://github.com/profK/SFML-VS2019-