Skip to content

Commit

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

0 comments on commit e3ddba4

Please sign in to comment.