mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
5 lines
271 B
CMake
5 lines
271 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 asm)
|
|
set_target_properties(ntdllsys PROPERTIES LINKER_LANGUAGE C)
|