diff options
| author | vimene <vincent.menegaux@gmail.com> | 2025-12-26 22:39:08 +0100 |
|---|---|---|
| committer | vimene <vincent.menegaux@gmail.com> | 2025-12-26 22:39:08 +0100 |
| commit | bdb86fa1d6f1d2f11e05a931db7597310b1fe9b5 (patch) | |
| tree | 8604fe08efa41dceedf74a6e81fa9629a7a88e1c /Makefile.am | |
| parent | c0eeccb889c8ae969bbb6e44e87bc309ea5f146f (diff) | |
| download | engine-bdb86fa1d6f1d2f11e05a931db7597310b1fe9b5.tar.gz | |
started working on implementing textures
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d64026c..0e3ddf4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,3 +5,7 @@ ACLOCAL_AMFLAGS = -Im4 --install assetsdir = $(datarootdir)/assets assets_DATA = ../assets/suzanne.obj EXTRA_DIST += $(assets_DATA) + +texturesdir = $(assetsdir)/textures +textures_DATA = ../assets/textures/texture.jpg +EXTRA_DIST += $(textures_DATA) |
