mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Merge pull request #13678 from JoshuaVandaele/SFML-cmake4
SFML: Update to 3.0.1
This commit is contained in:
commit
b23da4f15c
2 changed files with 3 additions and 3 deletions
4
Externals/SFML/CMakeLists.txt
vendored
4
Externals/SFML/CMakeLists.txt
vendored
|
@ -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
2
Externals/SFML/SFML
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 7f1162dfea4969bc17417563ac55d93b72e84c1e
|
||||
Subproject commit 016bea9491ccafc3529019fe1d403885a8b3a6ae
|
Loading…
Add table
Add a link
Reference in a new issue