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)