aboutsummaryrefslogtreecommitdiff
path: root/examples/system/console
diff options
context:
space:
mode:
Diffstat (limited to 'examples/system/console')
-rw-r--r--examples/system/console/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/system/console/CMakeLists.txt b/examples/system/console/CMakeLists.txt
index eeb8e62..c6fa573 100644
--- a/examples/system/console/CMakeLists.txt
+++ b/examples/system/console/CMakeLists.txt
@@ -1,7 +1,7 @@
# PSn00bSDK example CMake script
# (C) 2021 spicyjpeg - MPL licensed
-cmake_minimum_required(VERSION 3.20)
+cmake_minimum_required(VERSION 3.21)
project(
console
@@ -12,7 +12,7 @@ project(
)
file(GLOB _sources *.c)
-psn00bsdk_add_executable(console STATIC ${_sources})
+psn00bsdk_add_executable(console GPREL ${_sources})
#psn00bsdk_add_cd_image(console_iso console iso.xml DEPENDS console)
psn00bsdk_target_incbin(console PRIVATE ball16c ball16c.tim)