1
0
mirror of synced 2024-11-24 07:40:17 +01:00

build: Bundle nodes folder with executable

This commit is contained in:
WerWolv 2024-01-04 22:07:49 +01:00
parent d2bd5b5640
commit b27e63586e

View File

@ -465,7 +465,7 @@ function(downloadImHexPatternsFiles dest)
endif ()
if (EXISTS ${imhex_patterns_SOURCE_DIR})
set(PATTERNS_FOLDERS_TO_INSTALL constants encodings includes patterns magic)
set(PATTERNS_FOLDERS_TO_INSTALL constants encodings includes patterns magic nodes)
foreach (FOLDER ${PATTERNS_FOLDERS_TO_INSTALL})
install(DIRECTORY "${imhex_patterns_SOURCE_DIR}/${FOLDER}" DESTINATION ${dest} PATTERN "**/_schema.json" EXCLUDE)
endforeach ()