aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/CMakeLists.txt
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2022-06-29 12:40:46 +0200
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2022-06-29 12:40:46 +0200
commit6120304537470e7e5ff94b3bf19a33787ca69083 (patch)
treef489c6dceae0846184dddd38444ef8519f799f7b /libpsn00b/CMakeLists.txt
parent578181ace1374e72cb93d69d2c201ce7a0a2300c (diff)
downloadpsn00bsdk-6120304537470e7e5ff94b3bf19a33787ca69083.tar.gz
Refactor libpsxgpu in C, add OT drawing queue
Diffstat (limited to 'libpsn00b/CMakeLists.txt')
-rw-r--r--libpsn00b/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpsn00b/CMakeLists.txt b/libpsn00b/CMakeLists.txt
index f9c4f9d..a662448 100644
--- a/libpsn00b/CMakeLists.txt
+++ b/libpsn00b/CMakeLists.txt
@@ -40,6 +40,8 @@ foreach(_library IN LISTS PSN00BSDK_LIBRARIES)
psn00bsdk_add_library(${_library} STATIC ${_sources})
endforeach()
+psn00bsdk_target_incbin(psxgpu PRIVATE _gpu_debug_font psxgpu/dbugfont.tim)
+
# Extract libgcc's contents and merge them into libc after building.
# Unfortunately glob expressions won't work on Windows, so we have to manually
# enumerate the contents of libgcc and save the list to a temporary file (as it