diff options
| author | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-11-10 17:11:44 +0100 |
|---|---|---|
| committer | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-11-10 17:11:44 +0100 |
| commit | b55bc88017aac1bbe9eab21b480093459c0fd0e1 (patch) | |
| tree | 248573885c01567732c974ff99e61c8a2fa6d1e1 /examples/system/timer | |
| parent | c61d83010a1d83513623724f908f0903e90966e2 (diff) | |
| download | psn00bsdk-b55bc88017aac1bbe9eab21b480093459c0fd0e1.tar.gz | |
Fixed examples directory hierarchy not being preserved
Diffstat (limited to 'examples/system/timer')
| -rw-r--r-- | examples/system/timer/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/system/timer/CMakeLists.txt b/examples/system/timer/CMakeLists.txt index 6dc5ec3..58daf9b 100644 --- a/examples/system/timer/CMakeLists.txt +++ b/examples/system/timer/CMakeLists.txt @@ -19,4 +19,4 @@ file(GLOB _sources *.c) psn00bsdk_add_executable(timer STATIC ${_sources}) #psn00bsdk_add_cd_image(timer_iso timer iso.xml DEPENDS timer) -install(FILES ${PROJECT_BINARY_DIR}/timer.exe DESTINATION .) +install(FILES ${PROJECT_BINARY_DIR}/timer.exe TYPE BIN) |
