From 93a1a17d4c4d2c951c91758d0ab005b7dc56fb75 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Wed, 22 May 2024 09:45:55 +0200 Subject: OHOS: Add support for OpenHarmony OS Closes #25987 --- Modules/Platform/OHOS.cmake | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Modules/Platform/OHOS.cmake diff --git a/Modules/Platform/OHOS.cmake b/Modules/Platform/OHOS.cmake new file mode 100644 index 0000000..d0ea1d9 --- /dev/null +++ b/Modules/Platform/OHOS.cmake @@ -0,0 +1,2 @@ +# Used for cross-compiling to OpenHarmony OS +include(Platform/Linux) -- cgit v0.12