X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=lib%2Fntdllsys%2FCMakeLists.txt;h=1231f9669079007b8263812169b1d72314e17a93;hp=04f1d86a0657a487cb548d71eb6e082818e2c8a4;hb=046d0e35222bf84c0bc940489a9a230d20d94580;hpb=a89666c0c1d22d90eb13bf55cc2f41229ea46125 diff --git a/lib/ntdllsys/CMakeLists.txt b/lib/ntdllsys/CMakeLists.txt index 04f1d86a065..1231f966907 100644 --- a/lib/ntdllsys/CMakeLists.txt +++ b/lib/ntdllsys/CMakeLists.txt @@ -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)