Skip to content

Commit

Permalink
Core/CMake: Silence some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
spycrab committed May 9, 2019
1 parent f45ecfa commit 6f05b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ if(WIN32)
setupapi.lib
iphlpapi.lib
)
target_compile_definitions(core PRIVATE /D _WINSOCK_DEPRECATED_NO_WARNINGS)
elseif(APPLE)
target_sources(core PRIVATE
HW/EXI/BBA-TAP/TAP_Apple.cpp
Expand Down

0 comments on commit 6f05b5d

Please sign in to comment.