mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[CMAKE]
Set linker language for win32ksys to C. Fixes MSVC compilation svn path=/branches/cmake-bringup/; revision=50540
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
set_source_files_properties(${REACTOS_BINARY_DIR}/lib/win32ksys/win32k.S PROPERTIES GENERATED TRUE)
|
||||
add_library(win32ksys ${REACTOS_BINARY_DIR}/lib/win32ksys/win32k.S)
|
||||
add_dependencies(win32ksys win32k_S asm)
|
||||
set_target_properties(win32ksys PROPERTIES LINKER_LANGUAGE C)
|
||||
|
||||
Reference in New Issue
Block a user