Skip to content

Commit

Permalink
move debug printer;
Browse files Browse the repository at this point in the history
  • Loading branch information
NateSeymour committed Dec 2, 2024
1 parent 5f5f303 commit 57b1456
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion unlogic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ add_library(unlogic STATIC
src/parser/Parser.h
src/compiler/transformer/IRGenerator.cpp
src/compiler/transformer/IRGenerator.h
src/compiler/transformer/debug/DebugPrinter.cpp
src/compiler/transformer/debug/DebugPrinter.h
src/compiler/transformer/IRGenerationContext.h
src/compiler/std/RuntimeLibrary.cpp
src/compiler/std/RuntimeLibrary.h
src/compiler/transformer/IRGenerationContext.h
src/graphic/Scene.cpp
src/graphic/Scene.h
src/graphic/Color.cpp
Expand Down

0 comments on commit 57b1456

Please sign in to comment.