aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/get_triplet_environment.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/get_triplet_environment.cmake b/scripts/get_triplet_environment.cmake
new file mode 100644
index 000000000..69e06bf97
--- /dev/null
+++ b/scripts/get_triplet_environment.cmake
@@ -0,0 +1,8 @@
+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}") \ No newline at end of file