aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics/gte
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-11-10 17:11:44 +0100
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-11-10 17:11:44 +0100
commitb55bc88017aac1bbe9eab21b480093459c0fd0e1 (patch)
tree248573885c01567732c974ff99e61c8a2fa6d1e1 /examples/graphics/gte
parentc61d83010a1d83513623724f908f0903e90966e2 (diff)
downloadpsn00bsdk-b55bc88017aac1bbe9eab21b480093459c0fd0e1.tar.gz
Fixed examples directory hierarchy not being preserved
Diffstat (limited to 'examples/graphics/gte')
-rw-r--r--examples/graphics/gte/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/graphics/gte/CMakeLists.txt b/examples/graphics/gte/CMakeLists.txt
index 5fdf4d1..85b2942 100644
--- a/examples/graphics/gte/CMakeLists.txt
+++ b/examples/graphics/gte/CMakeLists.txt
@@ -8,7 +8,7 @@ if(NOT DEFINED CMAKE_TOOLCHAIN_FILE AND DEFINED ENV{PSN00BSDK_LIBS})
endif()
project(
- hello
+ gte
LANGUAGES C
VERSION 1.0.0
DESCRIPTION "PSn00bSDK GTE 3D cube example"
@@ -19,4 +19,4 @@ file(GLOB _sources *.c)
psn00bsdk_add_executable(gte STATIC ${_sources})
#psn00bsdk_add_cd_image(gte_iso gte iso.xml DEPENDS gte)
-install(FILES ${PROJECT_BINARY_DIR}/gte.exe DESTINATION .)
+install(FILES ${PROJECT_BINARY_DIR}/gte.exe TYPE BIN)