build: copy json files to out dir

This commit is contained in:
2026-03-20 15:19:56 -03:00
parent 013755bd15
commit 89267739f5
+1 -1
View File
@@ -86,7 +86,7 @@ add_custom_command(TARGET dbd-unlocker POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different
${JSON_RES_FILES}
"$<TARGET_FILE_DIR:dbd-unlocker>/"
COMMENT "copying json sources"
COMMENT "copying sources"
)
# ------------------------------