aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2025-01-03 04:02:23 +0100
committervimene <vincent.menegaux@gmail.com>2025-01-03 04:02:23 +0100
commit77cd3a0538d342e25010132317734f27af4bed8e (patch)
tree372d57aa2a76437d80c9312f1e81a54439bf9b42 /Makefile.am
parent26b4b82a7be2c029491f3009b66b3cbf8db5d93c (diff)
downloadengine-77cd3a0538d342e25010132317734f27af4bed8e.tar.gz
improved keyboard and mouse controls
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 680bc68..60712f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,9 @@ engine_SOURCES = \
src/o3d/tri.h \
src/o3d/tri_deriv.h src/o3d/tri_deriv.cpp \
src/o3d/camera.h \
- src/o3d/scene.h
+ src/o3d/scene.h \
+ src/ctrl/keyboard.h \
+ src/ctrl/mouse.h
engine_CPPFLAGS = -std=gnu++23 -Wall -Wextra $(DEPS_CPPFLAGS)
engine_LDFLAGS = -std=gnu++23 -Wall -Wextra
engine_LDADD = $(DEPS_LIBS)