Skip to content

Commit

Permalink
corectare CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
radumcostache committed May 22, 2023
1 parent 8cf25bc commit db2df81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit db2df81

Please sign in to comment.