aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics/render2tex
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/render2tex
parentc61d83010a1d83513623724f908f0903e90966e2 (diff)
downloadpsn00bsdk-b55bc88017aac1bbe9eab21b480093459c0fd0e1.tar.gz
Fixed examples directory hierarchy not being preserved
Diffstat (limited to 'examples/graphics/render2tex')
-rw-r--r--examples/graphics/render2tex/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphics/render2tex/CMakeLists.txt b/examples/graphics/render2tex/CMakeLists.txt
index db30377..360840d 100644
--- a/examples/graphics/render2tex/CMakeLists.txt
+++ b/examples/graphics/render2tex/CMakeLists.txt
@@ -25,4 +25,4 @@ psn00bsdk_add_executable(
)
#psn00bsdk_add_cd_image(render2tex_iso render2tex iso.xml DEPENDS render2tex)
-install(FILES ${PROJECT_BINARY_DIR}/render2tex.exe DESTINATION .)
+install(FILES ${PROJECT_BINARY_DIR}/render2tex.exe TYPE BIN)