SFML: Update to 3.0.1
This commit is contained in:
parent
62a926a0f5
commit
d4afa1ebfa
|
@ -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)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7f1162dfea4969bc17417563ac55d93b72e84c1e
|
||||
Subproject commit 016bea9491ccafc3529019fe1d403885a8b3a6ae
|
Loading…
Reference in New Issue