From db2df81db3f253a7c97c88b51f36de85e51788b9 Mon Sep 17 00:00:00 2001 From: radumsk Date: Mon, 22 May 2023 12:38:41 +0300 Subject: [PATCH] corectare CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 05155b5..97c7198 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,5 +141,5 @@ endif() # copy binaries to "bin" folder; these are uploaded as artifacts on each release # update name in .github/workflows/cmake.yml:29 when changing "bin" name here install(TARGETS ${PROJECT_NAME} DESTINATION bin) -# install(DIRECTORY some_dir1 some_dir2 DESTINATION bin) -# install(FILES some_file1.txt some_file2.md DESTINATION bin) +install(DIRECTORY fonts DESTINATION bin) +install(FILES destinations.txt questions.txt DESTINATION bin)