Skip to content

Commit

Permalink
Update CMakeLists.txt (mayerui#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
fallingstarsarelikerain authored Nov 30, 2022
1 parent face953 commit 2bc3796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ endif()

AUX_SOURCE_DIRECTORY(src DIR_SRCS) # 添加源代码文件夹, 自动扫描所有文件

add_executable(sudoku # 输出名为chess的可执行文件
add_executable(sudoku # 输出名为sudoku的可执行文件
${DIR_SRCS}
)
# 也可以这么写
Expand Down

0 comments on commit 2bc3796

Please sign in to comment.