mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[CMAKE]
- Fix ntdllsys and win32ksys. svn path=/branches/cmake-bringup/; revision=48443
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user