mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[CMAKE]
ntdllsys: Add asm dependency. svn path=/branches/cmake-bringup/; revision=49696
This commit is contained in:
parent
a89666c0c1
commit
046d0e3522
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
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)
|
||||
add_dependencies(ntdllsys ntdll_S asm)
|
||||
set_target_properties(ntdllsys PROPERTIES LINKER_LANGUAGE C)
|
||||
|
|
Loading…
Reference in a new issue