tools/corrosion/.github/scripts/toolchains/x86_64-unknown-linux-gnu-clang.cmake
author unC0Rr
Wed, 20 Nov 2024 21:37:47 +0100
branchtransitional_engine
changeset 16067 d903f8d2395a
permissions -rw-r--r--
- Update corrosion - Implement installation of targets imported with corrosion
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16067
d903f8d2395a - Update corrosion
unC0Rr
parents:
diff changeset
     1
# Assumption: This is the native host target.
d903f8d2395a - Update corrosion
unC0Rr
parents:
diff changeset
     2
set(CMAKE_C_COMPILER "clang")
d903f8d2395a - Update corrosion
unC0Rr
parents:
diff changeset
     3
set(CMAKE_CXX_COMPILER "clang++")