1
0
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:
LA_DI_DA
2025-04-01 18:30:43 +08:00
parent b62504a264
commit a90b6dbac6
2 changed files with 0 additions and 10 deletions

View File

@@ -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}
)

View File

@@ -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