mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-31 05:03:22 +08:00
8 lines
119 B
CMake
8 lines
119 B
CMake
|
|
||
|
if(@VCPKG_TARGET_IS_WINDOWS@)
|
||
|
list(APPEND B2_OPTIONS
|
||
|
abi=ms
|
||
|
binary-format=pe
|
||
|
)
|
||
|
endif()
|