mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
feat(app): add windows app
This commit is contained in:
parent
6bebfe5e2f
commit
655d795a9d
20 changed files with 176 additions and 66 deletions
|
|
@ -17,3 +17,11 @@ target_link_libraries(net
|
|||
common
|
||||
storm
|
||||
)
|
||||
|
||||
if(WHOA_SYSTEM_WIN)
|
||||
target_link_libraries(net
|
||||
PUBLIC
|
||||
ws2_32
|
||||
wsock32
|
||||
)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue