Merge pull request #463 from tophyr/single-line-genex

keep windows-specific generator expressions on one line
This commit is contained in:
Louis Gombert 2024-06-24 19:24:34 +00:00 committed by GitHub
commit e6a2774a06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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