Skip to content

Commit

Permalink
Add CodeGenerator.cpp and RISCCodeGenerator.cpp as sources for the fa…
Browse files Browse the repository at this point in the history
…cade lib.
  • Loading branch information
BartVandewoestyne committed Feb 13, 2024
1 parent bc52f6b commit fc2f82c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Structural_Patterns/Facade/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
set(facade_SRCS
CodeGenerator.cpp
Compiler.cpp
ExpressionNode.cpp
ProgramNode.cpp)
ProgramNode.cpp
RISCCodeGenerator.cpp)

add_library(facade SHARED ${facade_SRCS})
target_include_directories(facade PRIVATE ../../Foundation_Classes ../../Behavioral_Patterns/Iterator)

0 comments on commit fc2f82c

Please sign in to comment.