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