Skip to content

Commit

Permalink
Copy CREDITS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Nov 18, 2024
1 parent 1a28fc6 commit 4b007e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ if(NOT VITA)
COMMAND ${CMAKE_COMMAND} -E copy_directory
${ASSETS_LANGUAGES} ${CMAKE_CURRENT_BINARY_DIR}/assets/languages)
endif()
add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy
CREDITS.md ${CMAKE_CURRENT_BINARY_DIR})
endif()

# Platform specific install
Expand All @@ -142,6 +145,7 @@ if (VITA)
FILE platform/vita/sce_sys sce_sys
FILE README.md README.md
FILE LICENSE.txt LICENSE.txt
FILE CREDITS.md CREDITS.md
FILE "${ASSETS_BACKGROUNDS}" assets/backgrounds
FILE "${ASSETS_FONTS}" assets/fonts
FILE "${ASSETS_IMAGES}" assets/images
Expand Down

0 comments on commit 4b007e4

Please sign in to comment.