浏览代码

Add CE files

Brian Fiete 3 年之前
父节点
当前提交
6b0b7b29df
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16 0
      IDEHelper/BeefProj.toml

+ 16 - 0
IDEHelper/BeefProj.toml

@@ -357,6 +357,22 @@ Path = "Compiler/CeMachine.cpp"
 Type = "Source"
 Path = "Compiler/CeMachine.h"
 
+[[ProjectFolder.Items.Items]]
+Type = "Source"
+Path = "Compiler/CeDebugger.cpp"
+
+[[ProjectFolder.Items.Items]]
+Type = "Source"
+Path = "Compiler/CeDebugger.h"
+
+[[ProjectFolder.Items.Items]]
+Type = "Source"
+Path = "Compiler/CeExprEvaluator.cpp"
+
+[[ProjectFolder.Items.Items]]
+Type = "Source"
+Path = "Compiler/CeExprEvaluator.h"
+
 [[ProjectFolder.Items]]
 Type = "Folder"
 Path = "Debugger"