From 6781cee55a4e7f232eae3e5f2a652045412339ae Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 26 Oct 2024 17:26:36 +0200 Subject: use cmake instead of make --- backend/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 backend/CMakeLists.txt (limited to 'backend/CMakeLists.txt') diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt new file mode 100644 index 0000000..c9232f4 --- /dev/null +++ b/backend/CMakeLists.txt @@ -0,0 +1,7 @@ +target_sources(main PUBLIC + EnemyFactory.cpp + LocationFactory.cpp + Object.cpp + ObjectFactory.cpp +) + -- cgit v1.2.3