From 7cf54f48113b77a4d7b21d5858ec98862195b2a6 Mon Sep 17 00:00:00 2001 From: spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> Date: Sun, 12 Sep 2021 19:39:12 +0200 Subject: Migrated examples to CMake --- examples/graphics/billboard/tim.s.template | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/graphics/billboard/tim.s.template (limited to 'examples/graphics/billboard/tim.s.template') diff --git a/examples/graphics/billboard/tim.s.template b/examples/graphics/billboard/tim.s.template new file mode 100644 index 0000000..fbe7522 --- /dev/null +++ b/examples/graphics/billboard/tim.s.template @@ -0,0 +1,6 @@ +.section .data + +.global tim_image +.type tim_image, @object +tim_image: + .incbin "${PROJECT_SOURCE_DIR}/texture64.tim" -- cgit v1.2.3