Skip to content

Commit

Permalink
Only compile connect.cpp when networking is enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
isojalka authored and hifi committed Mar 16, 2024
1 parent e260535 commit 297556c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ set(COMMON_SRC
crc.cpp
crew.cpp
cstraw.cpp
connect.cpp
debugstring.cpp
delay.cpp
dipthong.cpp
Expand Down Expand Up @@ -157,6 +156,7 @@ endif()

if(NETWORKING)
list(APPEND COMMONV_SRC
connect.cpp
ipxaddr.cpp
wsproto.cpp
wspudp.cpp
Expand Down

0 comments on commit 297556c

Please sign in to comment.