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