mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 15:19:07 +08:00
8 lines
375 B
CMake
8 lines
375 B
CMake
|
include(${CMAKE_TRIPLET_FILE})
|
||
|
|
||
|
# GUID used as a flag - "cut here line"
|
||
|
message("c35112b6-d1ba-415b-aa5d-81de856ef8eb")
|
||
|
message("VCPKG_TARGET_ARCHITECTURE=${VCPKG_TARGET_ARCHITECTURE}")
|
||
|
message("VCPKG_CMAKE_SYSTEM_NAME=${VCPKG_CMAKE_SYSTEM_NAME}")
|
||
|
message("VCPKG_CMAKE_SYSTEM_VERSION=${VCPKG_CMAKE_SYSTEM_VERSION}")
|
||
|
message("VCPKG_PLATFORM_TOOLSET=${VCPKG_PLATFORM_TOOLSET}")
|