mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:23:01 +00:00
[CLANG-CL] Initial commit that allows us to compile ReactOS with clang-cl.
This commit is contained in:
parent
861360c65f
commit
09c06a2f45
18 changed files with 91 additions and 50 deletions
|
@ -34,11 +34,6 @@ list(APPEND SOURCE
|
|||
settings.c
|
||||
usetup.h)
|
||||
|
||||
if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
#FIXME: Investigate Clang "illegal character encoding in string literal" warning
|
||||
set_property(SOURCE mui.c APPEND_STRING PROPERTY COMPILE_FLAGS " -Wno-invalid-source-encoding")
|
||||
endif()
|
||||
|
||||
add_executable(usetup ${SOURCE} usetup.rc)
|
||||
target_link_libraries(usetup zlib inflib ext2lib vfatlib)
|
||||
set_module_type(usetup nativecui)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue