Merge pull request #13678 from JoshuaVandaele/SFML-cmake4

SFML: Update to 3.0.1
This commit is contained in:
Jordan Woyak 2025-07-07 20:40:46 -05:00 committed by GitHub
commit b23da4f15c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -24,8 +24,8 @@ set(SRC_SYSTEM
add_library(sfml-network STATIC ${SRC_NETWORK})
add_library(sfml-system STATIC ${SRC_SYSTEM})
target_compile_features(sfml-network PUBLIC cxx_std_17)
target_compile_features(sfml-system PUBLIC cxx_std_17)
target_compile_features(sfml-network PUBLIC cxx_std_20)
target_compile_features(sfml-system PUBLIC cxx_std_20)
target_compile_definitions(sfml-system PUBLIC SFML_STATIC)
target_include_directories(sfml-system PUBLIC SFML/include PRIVATE SFML/src)
target_include_directories(sfml-network PUBLIC SFML/include PRIVATE SFML/src)

2
Externals/SFML/SFML vendored

@ -1 +1 @@
Subproject commit 7f1162dfea4969bc17417563ac55d93b72e84c1e
Subproject commit 016bea9491ccafc3529019fe1d403885a8b3a6ae