Skip to content

Commit

Permalink
Attempt at fixing the OSX build
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaVandaele committed Jan 15, 2025
1 parent 953ec83 commit c5bf042
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Externals/SFML/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +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_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)
Expand Down

0 comments on commit c5bf042

Please sign in to comment.