mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-12 19:50:17 +05:00
build(cmake): include retroshare_win.rc for Windows build icon
This commit is contained in:
parent
81e67f5103
commit
7dac424db8
@ -137,6 +137,10 @@ file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/include/qmake_info.h"
|
||||
"#endif // INFO_H\n"
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
list(APPEND RS_GUI_SOURCES src/gui/images/retroshare_win.rc)
|
||||
endif()
|
||||
|
||||
add_executable(${PROJECT_NAME} ${RS_GUI_SOURCES} ${RS_IMPLEMENTATION_HEADERS} ${RS_UI_HEADERS} ${RS_GUI_QTRESOURCES})
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES RUNTIME_OUTPUT_NAME "retroshare")
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES ENABLE_EXPORTS TRUE)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user