Ai
1 Star 1 Fork 0

hangq/coder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 735 Bytes
一键复制 编辑 原始数据 按行查看 历史
hangq 提交于 2023-09-11 20:33 +08:00 . rename question to problem
cmake_minimum_required(VERSION 3.15)
project(coder)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_BUILD_TYPE Debug)
#set(CMAKE_BUILD_TYPE Release)
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
add_subdirectory(tool_proxy)
add_subdirectory(problems/leetcode)
add_subdirectory(problems/codeforces)
add_subdirectory(problems/huawei)
add_subdirectory(problems/others)
add_library(fmk_mid OBJECT
data.cpp
data_stream.cpp
problem.cpp
problem_register.cpp
common/utils.cpp
common/data_struct.cpp
common/log.cc
exception/exception.cpp
)
add_executable(coder main.cpp)
target_link_libraries(coder tool_proxy_mid leetcode_mid codeforces_mid huawei_mid others_mid fmk_mid)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/hangangqiang/coder.git
git@gitee.com:hangangqiang/coder.git
hangangqiang
coder
coder
master

搜索帮助