From 07796bea15a2d5f43766f062379b63fc9e9e1b5d Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 1 Nov 2024 22:47:42 +0100 Subject: WIP consumables --- backend/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backend/CMakeLists.txt') diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt index b7e8996..814d7e9 100644 --- a/backend/CMakeLists.txt +++ b/backend/CMakeLists.txt @@ -16,5 +16,8 @@ target_sources(main PUBLIC print.cpp Player.cpp Exception.cpp + ElixirConsumableObject.cpp + ExpConsumableObject.cpp + TeleportConsumableObject.cpp ) -- cgit v1.2.3