代码拉取完成,页面将自动刷新
#
add_executable(update ../cmd_main.cc driver.cc engine.cc executor.cc)
if(MINGW)
target_compile_options(update PRIVATE -municode)
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -municode")
# set_target_properties(git-analyze PROPERTIES COMPILE_FLAGS -municode)
endif()
target_link_libraries(
update
${LIBGIT2_LIBS}
re2
absl::str_format
absl::strings
${UV_LIBS}
${AZE_UNIX_LIB})
add_executable(update_test update_test.cc engine.cc)
add_dependencies(update libgit2 libre2)
target_link_libraries(update_test re2 ${AZE_UNIX_LIB})
install(TARGETS update DESTINATION bin)
configure_file("rw.json" "${CMAKE_BINARY_DIR}/bin/rw.json" COPYONLY)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。