aboutsummaryrefslogtreecommitdiff
path: root/examples/system/tty
diff options
context:
space:
mode:
Diffstat (limited to 'examples/system/tty')
-rw-r--r--examples/system/tty/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/system/tty/CMakeLists.txt b/examples/system/tty/CMakeLists.txt
index 0664502..75ce689 100644
--- a/examples/system/tty/CMakeLists.txt
+++ b/examples/system/tty/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(
tty
@@ -12,7 +12,7 @@ project(
)
file(GLOB _sources *.c)
-psn00bsdk_add_executable(tty STATIC ${_sources})
+psn00bsdk_add_executable(tty GPREL ${_sources})
#psn00bsdk_add_cd_image(tty_iso tty iso.xml DEPENDS tty)
install(FILES ${PROJECT_BINARY_DIR}/tty.exe TYPE BIN)