From 91bbc6146e44f663a07616aa2cc4f22429fab01a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Mon, 9 Mar 2020 00:32:40 +0100 Subject: [PATCH] collisions working --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba673cb..ea9ac1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -213,8 +213,11 @@ add_executable(My3D lib/gamacon/src/sfml_renderer/sfml_events.c lib/gamacon/src/components/map_managment.c lib/gamacon/include/components/map_managment.h + lib/xmlparser/src/otherget.c + src/options.c + lib/gamacon/src/components/input_component.c + lib/gamacon/include/components/input_component.h ) - lib/xmlparser/src/otherget.c src/options.c lib/gamacon/src/components/input_component.c lib/gamacon/include/components/input_component.h) add_compile_options(-W -Wall -Wextra -Wshadow)