Skip to content

Commit

Permalink
Add Scanner.cpp to the list of sources for the facade library.
Browse files Browse the repository at this point in the history
  • Loading branch information
BartVandewoestyne committed Feb 13, 2024
1 parent eefd088 commit 7c0dbfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Structural_Patterns/Facade/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ set(facade_SRCS
Parser.cpp
ProgramNode.cpp
ProgramNodeBuilder.cpp
RISCCodeGenerator.cpp)
RISCCodeGenerator.cpp
Scanner.cpp)

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

0 comments on commit 7c0dbfe

Please sign in to comment.