From 8c0562c8ef37cd5e80c58609f7bc7ae352365f65 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 22 Oct 2024 14:44:47 +0200 Subject: refactor parser factory --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 15f889b..cf2f157 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,10 +23,11 @@ add_executable(main Exception.cpp FileReaderFactory.cpp Canvas.cpp + Parser.cpp ParserFactory.cpp CSVParser.cpp XMLParser.cpp - # TXTParser.cpp + TXTParser.cpp MuseumDeserializer.cpp Tile.cpp TileColorFactory.cpp -- cgit v1.2.3