diff --git a/CMakeLists.txt b/CMakeLists.txt index b954be1..5cab44c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,8 +108,8 @@ add_custom_command( ) -# mpw-shell-execute.cpp mpw-shell-builtins.cpp -add_executable(mpw-shell mpw-shell.cpp mpw-shell-read.cpp mpw-shell-token.cpp mpw-shell-expand.cpp +# mpw-shell-execute.cpp mpw-shell-builtins.cpp mpw-shell-read.cpp +add_executable(mpw-shell mpw-shell.cpp mpw-shell-token.cpp mpw-shell-expand.cpp mpw-shell-parser.cpp value.cpp mpw-shell-quote.cpp phase1.cpp phase2.cpp phase2-parser.cpp command.cpp environment.cpp builtins.cpp mapped_file.cpp)