sudoku
sudoku copied to clipboard
更新 CMakeLists.txt 文件
在 CMakeLists.txt 文件最后生成可执行文件部分的代码
# 也可以这么写
add_executable(chess # 输出名为chess的可执行文件
./src/main.cpp
./src/utils.cpp
)
其中的 utils.cpp 已经没有了