mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
415f19bb99
Set LINKER_LANGUAGE to C. Neccessary for MSVC. svn path=/branches/cmake-bringup/; revision=49397
5 lines
267 B
CMake
5 lines
267 B
CMake
|
|
set_source_files_properties(${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S PROPERTIES GENERATED TRUE)
|
|
add_library(ntdllsys STATIC ${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S)
|
|
add_dependencies(ntdllsys ntdll_S)
|
|
set_target_properties(ntdllsys PROPERTIES LINKER_LANGUAGE C)
|