From 89267739f597f09ba6307545510945c44a09f1b8 Mon Sep 17 00:00:00 2001 From: neru Date: Fri, 20 Mar 2026 15:19:56 -0300 Subject: [PATCH] build: copy json files to out dir --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ec18e5..c8028ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,7 @@ add_custom_command(TARGET dbd-unlocker POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy_if_different ${JSON_RES_FILES} "$/" - COMMENT "copying json sources" + COMMENT "copying sources" ) # ------------------------------