aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics/gte/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphics/gte/CMakeLists.txt')
-rw-r--r--examples/graphics/gte/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/graphics/gte/CMakeLists.txt b/examples/graphics/gte/CMakeLists.txt
index f95c5ff..90d897b 100644
--- a/examples/graphics/gte/CMakeLists.txt
+++ b/examples/graphics/gte/CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.20)
project(
gte
- LANGUAGES C
+ LANGUAGES C ASM
VERSION 1.0.0
DESCRIPTION "PSn00bSDK GTE 3D cube example"
HOMEPAGE_URL "http://lameguy64.net/?page=psn00bsdk"
@@ -15,4 +15,6 @@ file(GLOB _sources *.c)
psn00bsdk_add_executable(gte STATIC ${_sources})
#psn00bsdk_add_cd_image(gte_iso gte iso.xml DEPENDS gte)
+psn00bsdk_target_incbin(gte PRIVATE tim_texture texture.tim)
+
install(FILES ${PROJECT_BINARY_DIR}/gte.exe TYPE BIN)