Skip to content

Example cmake project for how to link sfml statically with vcpkg

Notifications You must be signed in to change notification settings

autoantwort/sfml-vcpkg-static

Repository files navigation

How to use static sfml on windows with vcpkg?

Clone this repo and the vcpkg submodule by running git clone --recurse-submodules https://github.com/autoantwort/sfml-vcpkg-static.git

Then configure and build the project. You can use the windows static preset or pass the following options to cmake: -DCMAKE_TOOLCHAIN_FILE=<path to vcpkg>/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static.

About

Example cmake project for how to link sfml statically with vcpkg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published