Skip to content

Commit

Permalink
fix: client ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenapte committed Feb 21, 2024
1 parent eecbe11 commit 6dd9b06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BallanceMMOClient/CMakeLists.txt
Expand Up @@ -30,6 +30,11 @@ configure_file(${CONFIG_DIR}/version_config.h.in ${CONFIG_DIR}/version_config.h
# find_package(GameNetworkingSockets REQUIRED)
# endif ()

if (NOT TARGET GameNetworkingSockets)
find_package(Protobuf REQUIRED)
find_package(GameNetworkingSockets REQUIRED)
endif ()

if (NOT TARGET replxx)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../submodule/replxx ${CMAKE_CURRENT_BINARY_DIR}/replxx)
endif ()
Expand Down

0 comments on commit 6dd9b06

Please sign in to comment.