Skip to content

Commit

Permalink
Delete MoQChatServer
Browse files Browse the repository at this point in the history
Summary: It's not used anymore, works with generic relay

Reviewed By: roticv

Differential Revision: D66881584

fbshipit-source-id: 189d4182b07b5208123611c9af1ffd9675a627f6
  • Loading branch information
afrind authored and facebook-github-bot committed Dec 6, 2024
1 parent f99e3a9 commit 0704e9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 227 deletions.
32 changes: 0 additions & 32 deletions moxygen/samples/chat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,35 +34,3 @@ install(
ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
LIBRARY DESTINATION ${LIB_INSTALL_DIR}
)

# MoQChatServer
add_executable(
moqchatserver
MoQChatServer.cpp
)
set_target_properties(
moqchatserver
PROPERTIES
BUILD_RPATH ${DEPS_LIBRARIES_DIR}
INSTALL_RPATH ${DEPS_LIBRARIES_DIR}
)
target_include_directories(
moqchatserver PUBLIC $<BUILD_INTERFACE:${MOXYGEN_FBCODE_ROOT}>
)
target_compile_options(
moqchatserver PRIVATE
${_MOXYGEN_COMMON_COMPILE_OPTIONS}
)
target_link_libraries(
moqchatserver PUBLIC
Folly::folly
moxygen
moqrelay
)

install(
TARGETS moqchatserver
EXPORT moxygen-exports
ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
LIBRARY DESTINATION ${LIB_INSTALL_DIR}
)
195 changes: 0 additions & 195 deletions moxygen/samples/chat/MoQChatServer.cpp

This file was deleted.

0 comments on commit 0704e9a

Please sign in to comment.