mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Move libcockatrice_server to libcockatrice_network/server/remote
Took 1 hour 41 minutes Took 39 seconds Took 4 minutes
This commit is contained in:
parent
eb7c4cae6c
commit
133c02f973
118 changed files with 218 additions and 338 deletions
|
|
@ -5,10 +5,16 @@ add_subdirectory(libcockatrice/protocol/pb)
|
|||
add_library(libcockatrice_protocol STATIC)
|
||||
|
||||
set(SOURCES
|
||||
libcockatrice/protocol/debug_pb_message.cpp
|
||||
libcockatrice/protocol/featureset.cpp
|
||||
libcockatrice/protocol/get_pb_extension.cpp
|
||||
libcockatrice/protocol/pending_command.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
libcockatrice/protocol/debug_pb_message.h
|
||||
libcockatrice/protocol/featureset.h
|
||||
libcockatrice/protocol/get_pb_extension.h
|
||||
libcockatrice/protocol/pending_command.h
|
||||
)
|
||||
|
||||
|
|
@ -21,7 +27,7 @@ target_sources(libcockatrice_protocol
|
|||
add_dependencies(libcockatrice_protocol libcockatrice_protocol_pb)
|
||||
|
||||
# Link the actual generated protobuf library
|
||||
target_link_libraries(libcockatrice_protocol PUBLIC ${COCKATRICE_QT_MODULES} libcockatrice_protocol_pb)
|
||||
target_link_libraries(libcockatrice_protocol PUBLIC ${COCKATRICE_QT_MODULES} libcockatrice_protocol_pb libcockatrice_utility)
|
||||
|
||||
# Expose include paths
|
||||
target_include_directories(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue