Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/toolchains/linux-clang.cmake
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2025-01-07 20:10:51 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2025-01-07 20:10:51 +1100
commit289e367e28f5b17a9ba80d72aeaeceb112e8d021 (patch)
tree1c9902ec4def4a315a850ffc843af6ef7945c692 /toolchains/linux-clang.cmake
parentd232fb77eba0dde28f1c66b343168ee5eaa5c09c (diff)
include base linux toolchain
Diffstat (limited to 'toolchains/linux-clang.cmake')
-rw-r--r--toolchains/linux-clang.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchains/linux-clang.cmake b/toolchains/linux-clang.cmake
new file mode 100644
index 0000000..f746b8d
--- /dev/null
+++ b/toolchains/linux-clang.cmake
@@ -0,0 +1,4 @@
+include(${VCPKG_ROOT}/scripts/toolchains/linux.cmake)
+
+set(CMAKE_C_COMPILER "/usr/bin/clang")
+set(CMAKE_CXX_COMPILER "/usr/bin/clang++") \ No newline at end of file