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 a2697de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ install(DIRECTORY data/gfx
install(DIRECTORY data/sfx
DESTINATION "${KOBO_SHARE_DIR}"
FILES_MATCHING
PATTERN "*.a2s"
PATTERN "*.theme")
PATTERN "*.agw")

# Documentation
file(GLOB doc_files
Expand Down

0 comments on commit a2697de

Please sign in to comment.