Windows window title bar icon

Thank you, i got it working by editing CMakeLists.txt files.

My rc file in below:
GLFW_ICON ICON DISCARDABLE “luxcorerendericon.ico”

And in CMakeLists.txt i have:
add_executable(luxcoreui {LUXCOREUI_SRCS} {CMAKE_CURRENT_SOURCE_DIR}/luxcorerendericonresourcefile.rc)

I have done this two times, for GUI and for console window.
The icon is 200 pix and 32bit + 10 bit alpha, but console window icon is very low quality.
Is the console window not running in GLFW? It may be windows bad font and icon scaling issue, i have my font at 250%.