From 65cae1aa77dd93265ad159d70cb6c51ad66e10e8 Mon Sep 17 00:00:00 2001 From: DarkSharpness <2040703891@qq.com> Date: Tue, 23 Jul 2024 22:07:57 +0800 Subject: [PATCH] chore(cmake): rename "demo" -> "alu" --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca28b6d..475dbc7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,4 +9,4 @@ include_directories(include) add_executable(simulator ${sources}) -add_executable(demo demo/alu.cpp) +add_executable(alu demo/alu.cpp)