ntdllsys: Add asm dependency.

svn path=/branches/cmake-bringup/; revision=49696
This commit is contained in:
Sylvain Petreolle 2010-11-21 18:37:27 +00:00
parent a89666c0c1
commit 046d0e3522

View file

@ -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)