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)