Skip to content

Commit 238e203

Browse files
authored
Merge pull request #29 from pspdev/revert-28-remove-appversion-samples
Revert "remove version in cmakelists' samples"
2 parents e3ddba4 + 3fd950a commit 238e203

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

_includes/samples/audio/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ create_pbp_file(
2121
BACKGROUND_PATH NULL
2222
PREVIEW_PATH NULL
2323
TITLE ${PROJECT_NAME}
24+
VERSION 01.00
2425
)

_includes/samples/controls/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ create_pbp_file(
1818
BACKGROUND_PATH NULL
1919
PREVIEW_PATH NULL
2020
TITLE ${PROJECT_NAME}
21+
VERSION 01.00
2122
)

_includes/samples/hello/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ create_pbp_file(
1717
BACKGROUND_PATH NULL
1818
PREVIEW_PATH NULL
1919
TITLE ${PROJECT_NAME}
20+
VERSION 01.00
2021
)

_includes/samples/sdl2/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ if(PSP)
2020
BACKGROUND_PATH NULL
2121
PREVIEW_PATH NULL
2222
TITLE ${PROJECT_NAME}
23+
VERSION 01.00
2324
)
2425
endif()

_includes/samples/sdl2_mixer/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ if(PSP)
2525
BACKGROUND_PATH NULL
2626
PREVIEW_PATH NULL
2727
TITLE ${PROJECT_NAME}
28+
VERSION 01.00
2829
)
2930
endif()

_includes/samples/sdl2_ttf/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ if(PSP)
2525
BACKGROUND_PATH NULL
2626
PREVIEW_PATH NULL
2727
TITLE ${PROJECT_NAME}
28+
VERSION 01.00
2829
)
2930
endif()

_includes/samples/shape/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ create_pbp_file(
1717
BACKGROUND_PATH NULL
1818
PREVIEW_PATH NULL
1919
TITLE ${PROJECT_NAME}
20+
VERSION 01.00
2021
)

0 commit comments

Comments
 (0)