mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-11 01:24:22 +02:00
SFML: Update to 3.0.1
This commit is contained in:
Vendored
+2
-2
@@ -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)
|
||||
|
||||
Vendored
+1
-1
Submodule Externals/SFML/SFML updated: 7f1162dfea...016bea9491
Reference in New Issue
Block a user