mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 14:19:25 +08:00
del: remove protobuf support for cracker
This commit is contained in:
@@ -18,7 +18,6 @@ target_link_options(${CRACKER} PRIVATE -Wl,--version-script=${CMAKE_CURRENT_LIST
|
||||
target_link_libraries(${CRACKER}
|
||||
PRIVATE httplib::httplib spdlog::spdlog JsonCpp::JsonCpp
|
||||
PRIVATE ${TOLUA} ${IL2CPP}
|
||||
PRIVATE protobuf::libprotoc protobuf::libprotobuf protobuf::libprotobuf-lite
|
||||
)
|
||||
target_compile_definitions(${CRACKER}
|
||||
PRIVATE ${SPDLOG_DEFINES} SPDLOG_ACTIVE_LEVEL=SPDLOG_LEVEL_TRACE
|
||||
@@ -30,11 +29,3 @@ set(CRACKER_PB_DIR ${CMAKE_CURRENT_LIST_DIR}/pb)
|
||||
if (NOT EXISTS ${CRACKER_PB_DIR})
|
||||
file(MAKE_DIRECTORY ${CRACKER_PB_DIR})
|
||||
endif()
|
||||
|
||||
protobuf_generate(
|
||||
TARGET ${CRACKER}
|
||||
LANGUAGE cpp
|
||||
PROTOS ${CRACKER_PROTOS}
|
||||
IMPORT_DIRS ${CMAKE_CURRENT_LIST_DIR}/proto
|
||||
PROTOC_OUT_DIR ${CRACKER_PB_DIR}
|
||||
)
|
||||
|
||||
@@ -10,7 +10,6 @@ call :install_all_platforms cpp-httplib
|
||||
call :install_all_platforms jsoncpp
|
||||
call :install_all_platforms spdlog
|
||||
call :install_all_platforms cxxopts
|
||||
call :install_all_platforms protobuf
|
||||
|
||||
call :install cpp-httplib x64-windows-static
|
||||
call :install jsoncpp x64-windows-static
|
||||
|
||||
Reference in New Issue
Block a user