aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics/tilesasm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphics/tilesasm')
-rw-r--r--examples/graphics/tilesasm/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/graphics/tilesasm/CMakeLists.txt b/examples/graphics/tilesasm/CMakeLists.txt
index 5b8de96..21ceafc 100644
--- a/examples/graphics/tilesasm/CMakeLists.txt
+++ b/examples/graphics/tilesasm/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(
tilesasm
@@ -12,7 +12,7 @@ project(
)
file(GLOB _sources *.s *.c)
-psn00bsdk_add_executable(tilesasm STATIC ${_sources})
+psn00bsdk_add_executable(tilesasm GPREL ${_sources})
#psn00bsdk_add_cd_image(tilesasm_iso tilesasm iso.xml DEPENDS tilesasm)
psn00bsdk_target_incbin(tilesasm PRIVATE tim_tileset tiles_256.tim)