aboutsummaryrefslogtreecommitdiff
path: root/examples/beginner
diff options
context:
space:
mode:
Diffstat (limited to 'examples/beginner')
-rw-r--r--examples/beginner/cppdemo/CMakeLists.txt2
-rw-r--r--examples/beginner/hello/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/beginner/cppdemo/CMakeLists.txt b/examples/beginner/cppdemo/CMakeLists.txt
index 3b6a53e..becf464 100644
--- a/examples/beginner/cppdemo/CMakeLists.txt
+++ b/examples/beginner/cppdemo/CMakeLists.txt
@@ -19,4 +19,4 @@ file(GLOB _sources *.cpp)
psn00bsdk_add_executable(cppdemo STATIC ${_sources})
#psn00bsdk_add_cd_image(cppdemo_iso cppdemo iso.xml DEPENDS cppdemo)
-install(FILES ${PROJECT_BINARY_DIR}/cppdemo.exe DESTINATION .)
+install(FILES ${PROJECT_BINARY_DIR}/cppdemo.exe TYPE BIN)
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)