Skip to content

Commit

Permalink
Network included
Browse files Browse the repository at this point in the history
  • Loading branch information
Geedium authored Jun 16, 2020
1 parent 2f89429 commit fd7e5c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ project("Tic-Tac-Toe")
set(CMAKE_CXX_STANDARD 11)
set(SFML_STATIC_LIBRARIES TRUE)

find_package(SFML 2.5 COMPONENTS window system graphics REQUIRED)
find_package(SFML 2.5 COMPONENTS window system graphics network REQUIRED)

add_executable("Tic-Tac-Toe" main.cpp)

target_link_libraries("Tic-Tac-Toe" sfml-main sfml-window sfml-system sfml-graphics)
target_link_libraries("Tic-Tac-Toe" sfml-main sfml-window sfml-system sfml-network sfml-graphics)

0 comments on commit fd7e5c2

Please sign in to comment.