aboutsummaryrefslogtreecommitdiff
path: root/examples/system/console/CMakeLists.txt
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2022-08-12 11:27:55 +0200
committerspicyjpeg <thatspicyjpeg@gmail.com>2022-08-12 11:27:55 +0200
commitedb967394d22420c9aaad529862a670c016cc2c7 (patch)
treea18b6062eedda22d2c1aabb852d2c633199cce2c /examples/system/console/CMakeLists.txt
parent7abb3b78727c8d4672197951e62b1c5916b3a54a (diff)
downloadpsn00bsdk-edb967394d22420c9aaad529862a670c016cc2c7.tar.gz
Replace ball16c.h headers in examples with .TIM files
Diffstat (limited to 'examples/system/console/CMakeLists.txt')
-rw-r--r--examples/system/console/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/system/console/CMakeLists.txt b/examples/system/console/CMakeLists.txt
index d58f212..eeb8e62 100644
--- a/examples/system/console/CMakeLists.txt
+++ b/examples/system/console/CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.20)
project(
console
- LANGUAGES C
+ LANGUAGES C ASM
VERSION 1.0.0
DESCRIPTION "PSn00bSDK stdio console example"
HOMEPAGE_URL "http://lameguy64.net/?page=psn00bsdk"
@@ -15,4 +15,6 @@ file(GLOB _sources *.c)
psn00bsdk_add_executable(console STATIC ${_sources})
#psn00bsdk_add_cd_image(console_iso console iso.xml DEPENDS console)
+psn00bsdk_target_incbin(console PRIVATE ball16c ball16c.tim)
+
install(FILES ${PROJECT_BINARY_DIR}/console.exe TYPE BIN)