diff options
Diffstat (limited to 'cmake/InstallClintErrors.cmake')
-rw-r--r-- | cmake/InstallClintErrors.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/InstallClintErrors.cmake b/cmake/InstallClintErrors.cmake new file mode 100644 index 0000000000..bd5ca07828 --- /dev/null +++ b/cmake/InstallClintErrors.cmake @@ -0,0 +1,2 @@ +file(GLOB_RECURSE JSON_FILES *.json) +file(COPY ${JSON_FILES} DESTINATION "${TARGET}") |