sudoku icon indicating copy to clipboard operation
sudoku copied to clipboard

更新 CMakeLists.txt 文件

Open HamsterCoderSim opened this issue 3 years ago • 0 comments

在 CMakeLists.txt 文件最后生成可执行文件部分的代码

# 也可以这么写
add_executable(chess  # 输出名为chess的可执行文件
   ./src/main.cpp
   ./src/utils.cpp
)

其中的 utils.cpp 已经没有了

HamsterCoderSim avatar Jan 16 '22 06:01 HamsterCoderSim