Skip to content

Commit fb768c9

Browse files
committed
clean up installation paths
remove unused lines, don't install empty docs dir
1 parent 5e7718c commit fb768c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
22
DESTINATION ${DFHACK_DATA_DESTINATION}
33
FILES_MATCHING PATTERN "*.lua"
4-
PATTERN "*.rb"
54
PATTERN "*.json"
6-
PATTERN "3rdparty" EXCLUDE
5+
PATTERN "scripts/docs" EXCLUDE
76
PATTERN "scripts/test" EXCLUDE
87
)
98

0 commit comments

Comments
 (0)