Skip to content

Commit

Permalink
Merge pull request #875 from myk002/myk_cleanup_install
Browse files Browse the repository at this point in the history
[scripts] clean up installation paths
  • Loading branch information
myk002 authored Oct 27, 2023
2 parents 5e7718c + fb768c9 commit 473b520
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
@@ -1,9 +1,8 @@
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
DESTINATION ${DFHACK_DATA_DESTINATION}
FILES_MATCHING PATTERN "*.lua"
PATTERN "*.rb"
PATTERN "*.json"
PATTERN "3rdparty" EXCLUDE
PATTERN "scripts/docs" EXCLUDE
PATTERN "scripts/test" EXCLUDE
)

Expand Down

0 comments on commit 473b520

Please sign in to comment.