Skip to content

Commit

Permalink
Fixed ordering of source files in cmake after net_adapter change.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Dec 8, 2023
1 parent 17c641c commit b2cfdc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ if(WIN32)
config_win.c
event_win.c
mutex_win.c
net_adapter_win.c
util_win.h
util_win.c
net_adapter_win.c)
util_win.c)
if(PROXYRES_EXECUTE)
list(APPEND PROXYRES_SRCS
wpad_dhcp_win.h
Expand Down

0 comments on commit b2cfdc8

Please sign in to comment.