mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Updated cmake with latest win-llvm (#451)
Updated cmake with latest win-llvm
This commit is contained in:
committed by
GitHub
parent
5edafc5b2f
commit
7c91c56f3d
@@ -43,11 +43,11 @@ if(CMAKE_C_COMPILER_ID STREQUAL "MSVC")
|
|||||||
endif()
|
endif()
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
LLVM_Windows
|
LLVM_Windows
|
||||||
URL https://github.com/c3lang/win-llvm/releases/download/llvm-lld-14.0.1/llvm-14.0.1-windows-amd64-msvc16-libcmt.7z
|
URL https://github.com/c3lang/win-llvm/releases/download/llvm-vs22/llvm-14.0.1-windows-amd64-msvc17-libcmt.7z
|
||||||
)
|
)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
LLVM_Windows_debug
|
LLVM_Windows_debug
|
||||||
URL https://github.com/c3lang/win-llvm/releases/download/llvm-lld-14.0.1/llvm-14.0.1-windows-amd64-msvc16-libcmt-dbg.7z
|
URL https://github.com/c3lang/win-llvm/releases/download/llvm-vs22/llvm-14.0.1-windows-amd64-msvc17-libcmt-dbg.7z
|
||||||
)
|
)
|
||||||
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||||
message("Loading Windows LLVM debug libraries, this may take a while...")
|
message("Loading Windows LLVM debug libraries, this may take a while...")
|
||||||
|
|||||||
Reference in New Issue
Block a user