mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
[RTL]
Add dependency to asm svn path=/branches/cmake-bringup/; revision=49641
This commit is contained in:
parent
dcf8904df7
commit
39f50aac50
1 changed files with 2 additions and 1 deletions
|
@ -100,4 +100,5 @@ endif(ARCH MATCHES i386)
|
|||
|
||||
add_library(rtl ${CMAKE_CURRENT_BINARY_DIR}/rtl_rtl.h.gch ${SOURCE})
|
||||
add_pch(rtl ${CMAKE_CURRENT_SOURCE_DIR}/rtl.h ${SOURCE})
|
||||
add_dependencies(rtl psdk ks386)
|
||||
add_dependencies(rtl psdk asm)
|
||||
|
||||
|
|
Loading…
Reference in a new issue