Skip to content

Commit

Permalink
CMake: Fix sfx installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lanodan committed Jan 31, 2024
1 parent f45b765 commit 42f1178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ install(DIRECTORY data/gfx
install(DIRECTORY data/sfx
DESTINATION "${KOBO_SHARE_DIR}"
FILES_MATCHING
PATTERN "*.a2s"
PATTERN "*.theme")
PATTERN "*.h"
PATTERN "*.agw")

# Documentation
file(GLOB doc_files
Expand Down

0 comments on commit 42f1178

Please sign in to comment.