mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
4 lines
199 B
CMake
4 lines
199 B
CMake
|
|
set_source_files_properties(${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S PROPERTIES GENERATED TRUE)
|
|
add_library(ntdllsys ${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S)
|
|
add_dependencies(ntdllsys ntdll_S)
|