Skip to content

Commit

Permalink
Merge pull request #29 from pspdev/revert-28-remove-appversion-samples
Browse files Browse the repository at this point in the history
Revert "remove version in cmakelists' samples"
  • Loading branch information
sharkwouter authored Feb 26, 2024
2 parents e3ddba4 + 3fd950a commit 238e203
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions _includes/samples/audio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ create_pbp_file(
BACKGROUND_PATH NULL
PREVIEW_PATH NULL
TITLE ${PROJECT_NAME}
VERSION 01.00
)
1 change: 1 addition & 0 deletions _includes/samples/controls/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ create_pbp_file(
BACKGROUND_PATH NULL
PREVIEW_PATH NULL
TITLE ${PROJECT_NAME}
VERSION 01.00
)
1 change: 1 addition & 0 deletions _includes/samples/hello/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ create_pbp_file(
BACKGROUND_PATH NULL
PREVIEW_PATH NULL
TITLE ${PROJECT_NAME}
VERSION 01.00
)
1 change: 1 addition & 0 deletions _includes/samples/sdl2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ if(PSP)
BACKGROUND_PATH NULL
PREVIEW_PATH NULL
TITLE ${PROJECT_NAME}
VERSION 01.00
)
endif()
1 change: 1 addition & 0 deletions _includes/samples/sdl2_mixer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ if(PSP)
BACKGROUND_PATH NULL
PREVIEW_PATH NULL
TITLE ${PROJECT_NAME}
VERSION 01.00
)
endif()
1 change: 1 addition & 0 deletions _includes/samples/sdl2_ttf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ if(PSP)
BACKGROUND_PATH NULL
PREVIEW_PATH NULL
TITLE ${PROJECT_NAME}
VERSION 01.00
)
endif()
1 change: 1 addition & 0 deletions _includes/samples/shape/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ create_pbp_file(
BACKGROUND_PATH NULL
PREVIEW_PATH NULL
TITLE ${PROJECT_NAME}
VERSION 01.00
)

0 comments on commit 238e203

Please sign in to comment.