diff options
| author | vimene <vincent.menegaux@gmail.com> | 2025-12-10 20:40:42 +0100 |
|---|---|---|
| committer | vimene <vincent.menegaux@gmail.com> | 2025-12-10 20:40:42 +0100 |
| commit | 761604f9e4815e8f4355637ebb46052314cbed86 (patch) | |
| tree | b9cd6dde75ebf5897f8e67835522c6411d6ab7cb /src/Makefile.am | |
| parent | c666035bc6a51e4dd76daebefffaf8bbc951977c (diff) | |
| download | engine-761604f9e4815e8f4355637ebb46052314cbed86.tar.gz | |
renamed .h to .hpp
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5a3b41d..e45b82d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,25 +1,25 @@ bin_PROGRAMS = engine -engine_SOURCES = \ - engine.cpp \ - renderer.h renderer.cpp \ - obj_parser.h obj_parser.cpp \ - fb/fb.h fb/chfb.h fb/chfb.cpp fb/pixfb.h fb/pixfb.cpp \ - math/vector.h \ - math/mat4.h \ - math/quat.h \ - math/tform.h \ - o3d/mesh.h o3d/mesh.cpp \ - o3d/obj3d.h \ - o3d/vertex_data.h \ - o3d/vertex.h \ - o3d/deriv_vertex.h \ - o3d/tri.h \ - o3d/tri_deriv.h o3d/tri_deriv.cpp \ - o3d/camera.h \ - o3d/scene.h \ - ctrl/keyboard.h \ - ctrl/mouse.h +engine_SOURCES = \ + engine.cpp \ + renderer.hpp renderer.cpp \ + obj_parser.hpp obj_parser.cpp \ + fb/fb.hpp fb/chfb.hpp fb/chfb.cpp fb/pixfb.hpp fb/pixfb.cpp \ + math/vector.hpp \ + math/mat4.hpp \ + math/quat.hpp \ + math/tform.hpp \ + o3d/mesh.hpp o3d/mesh.cpp \ + o3d/obj3d.hpp \ + o3d/vertex_data.hpp \ + o3d/vertex.hpp \ + o3d/deriv_vertex.hpp \ + o3d/tri.hpp \ + o3d/tri_deriv.hpp o3d/tri_deriv.cpp \ + o3d/camera.hpp \ + o3d/scene.hpp \ + ctrl/keyboard.hpp \ + ctrl/mouse.hpp engine_CPPFLAGS = -std=gnu++23 -Wall -Wextra engine_LDFLAGS = -std=gnu++23 -Wall -Wextra |
