mirror of
https://github.com/reactos/reactos.git
synced 2025-04-13 08:50:21 +00:00
[CMAKE]
- Fix ntdllsys and win32ksys. svn path=/branches/cmake-bringup/; revision=48443
This commit is contained in:
parent
34db564f0a
commit
fb995372b0
2 changed files with 4 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
|
||||
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)
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
|
||||
set_source_files_properties(${REACTOS_BINARY_DIR}/lib/win32ksys/win32k.S PROPERTIES GENERATED TRUE)
|
||||
add_library(win32ksys ${REACTOS_BINARY_DIR}/lib/win32ksys/win32k.S)
|
||||
add_dependencies(win32ksys win32k_S)
|
||||
|
|
Loading…
Reference in a new issue