mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[CMAKE]
Give ntdll a baseaddress svn path=/branches/cmake-bringup/; revision=49952
This commit is contained in:
parent
91b7e707a9
commit
7764ff4c95
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ target_link_libraries(ntdll
|
|||
ntdllsys
|
||||
libcntpr
|
||||
${PSEH_LIB})
|
||||
|
||||
|
||||
set_image_base(ntdll ${baseaddress_ntdll})
|
||||
add_pch(ntdll ${CMAKE_CURRENT_SOURCE_DIR}/include/ntdll.h ${SOURCE})
|
||||
add_dependencies(ntdll ntstatus asm)
|
||||
|
||||
|
|
Loading…
Reference in a new issue