Skip to content

Commit

Permalink
Merge pull request #463 from tophyr/single-line-genex
Browse files Browse the repository at this point in the history
keep windows-specific generator expressions on one line
  • Loading branch information
Lgt2x authored Jun 24, 2024
2 parents 35615b1 + 94a0c52 commit e6a2774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions netcon/lanclient/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ set_target_properties(Direct_TCP_IP PROPERTIES OUTPUT_NAME "Direct TCP~IP")
target_link_libraries(Direct_TCP_IP PRIVATE
ddio
inetfile
$<$<PLATFORM_ID:Windows>:
ws2_32
>
$<$<PLATFORM_ID:Windows>:ws2_32>
)

add_custom_target(Direct_TCP_IP_Hog
Expand Down
4 changes: 1 addition & 3 deletions netcon/mtclient/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ set_target_properties(Parallax_Online PROPERTIES OUTPUT_NAME "Parallax Online")
target_link_libraries(Parallax_Online PRIVATE
ddio
inetfile
$<$<PLATFORM_ID:Windows>:
ws2_32
>
$<$<PLATFORM_ID:Windows>:ws2_32>
)

add_custom_target(Parallax_Online_Hog
Expand Down

0 comments on commit e6a2774

Please sign in to comment.