Skip to content

Commit

Permalink
Merge branch 'master' into Next
Browse files Browse the repository at this point in the history
  • Loading branch information
TwinFan committed May 15, 2024
2 parents ba02833 + 696b9e6 commit 2f2df35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ endif ()

if (WIN32)
# Link platform-specific libraries especially for networking
target_link_libraries(LiveTraffic ws2_32.lib iphlpapi wldap32.lib advapi32.lib crypt32.lib opengl32 Normaliz)
target_link_libraries(LiveTraffic ws2_32.lib iphlpapi wldap32.lib advapi32.lib crypt32.lib opengl32 normaliz)
if (MINGW)
# Include MingW threads
target_link_libraries(LiveTraffic mingw_stdthreads)
Expand Down
2 changes: 1 addition & 1 deletion Lib/XPMP2

0 comments on commit 2f2df35

Please sign in to comment.