Adding Pound Icon to Executable

This commit is contained in:
Xphalnos 2025-06-18 19:09:53 +02:00
parent dd2828424d
commit 436c8d40e5
3 changed files with 6 additions and 0 deletions

View file

@ -43,4 +43,6 @@ if (WIN32)
# Disables Warnings
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
target_sources(Pound PRIVATE core/Pound.rc)
endif()