From 9283e1eb66d6ff96b02f317e28cb6ff060953cdf Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 29 Oct 2024 20:01:27 +0100 Subject: WIP load XML --- backend/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backend/CMakeLists.txt') diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt index 6d94517..9b1e251 100644 --- a/backend/CMakeLists.txt +++ b/backend/CMakeLists.txt @@ -4,5 +4,7 @@ target_sources(main PUBLIC Object.cpp ObjectFactory.cpp Dungeon.cpp + Location.cpp + util.cpp ) -- cgit v1.2.3