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