From 11b61325be74957d3691fca96dec0d42fa141ffd Mon Sep 17 00:00:00 2001 From: Lysander <121090088@link.cuhk.edu.cn> Date: Wed, 14 Jun 2023 10:14:29 +0800 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18363ce..fafd77f 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ aux_source_directory(. DIR_SRCS) add_subdirectory(math) # 指定生成目标 -add_executable(Demo main.cc) +add_executable(Demo ${DIR_SRCS}) # 添加链接库 target_link_libraries(Demo MathFunctions)