aboutsummaryrefslogtreecommitdiff
path: root/examples/io/pads/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/io/pads/CMakeLists.txt')
-rw-r--r--examples/io/pads/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/io/pads/CMakeLists.txt b/examples/io/pads/CMakeLists.txt
index 62c06a2..5bd7f5d 100644
--- a/examples/io/pads/CMakeLists.txt
+++ b/examples/io/pads/CMakeLists.txt
@@ -19,4 +19,4 @@ file(GLOB _sources *.c *.s)
psn00bsdk_add_executable(pads STATIC ${_sources})
#psn00bsdk_add_cd_image(pads_iso pads iso.xml DEPENDS pads)
-install(FILES ${PROJECT_BINARY_DIR}/pads.exe DESTINATION .)
+install(FILES ${PROJECT_BINARY_DIR}/pads.exe TYPE BIN)