Ai
20 Star 43 Fork 13

GiteeStudio/git-analyze

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 671 Bytes
一键复制 编辑 原始数据 按行查看 历史
#
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)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/oscstudio/git-analyze.git
git@gitee.com:oscstudio/git-analyze.git
oscstudio
git-analyze
git-analyze
master

搜索帮助