Add window icon

This commit is contained in:
2025-09-03 21:10:15 -05:00
parent 0cd84cac2b
commit d8b040631e
3 changed files with 31 additions and 0 deletions

View File

@@ -25,3 +25,11 @@ endif()
set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
add_subdirectory(src)
install(
PROGRAMS
install.sh
DESTINATION
.
)