Skip to content

Commit

Permalink
Some more Windows Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Ranta committed Dec 24, 2019
1 parent c3dcfef commit dc4e579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ SOAPY_SDR_MODULE_UTIL(

#network libraries
if (WIN32)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
add_definitions(-D_WINSOCK_DEPRECATED_NO_WARNINGS)
target_link_libraries(netSDRSupport PRIVATE ws2_32)
endif (WIN32)

Expand Down

0 comments on commit dc4e579

Please sign in to comment.