mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
[CMAKE]: PCH for NTDLL too.
svn path=/branches/cmake-bringup/; revision=48450
This commit is contained in:
parent
5ef41e4848
commit
3bad5d8bbf
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ list(REMOVE_ITEM SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/dispatch/amd64/stubs.c)
|
|||
|
||||
file(GLOB_RECURSE ARCH_SOURCE "${CMAKE_CURRENT_SOURCE_DIR}/dispatch/${ARCH}/*.c" "${CMAKE_CURRENT_SOURCE_DIR}/dispatch/${ARCH}/*.s")
|
||||
|
||||
add_library(ntdll SHARED ${ARCH_SOURCE} ${SOURCE} ${CMAKE_CURRENT_SOURCE_DIR}/def/ntdll.rc)
|
||||
|
||||
add_library(ntdll SHARED ${ARCH_SOURCE} ${SOURCE} ${CMAKE_CURRENT_SOURCE_DIR}/def/ntdll.rc ${CMAKE_CURRENT_SOURCE_DIR}/include/ntdll.h.gch)
|
||||
target_link_libraries(ntdll rtl ntdllsys libcntpr pseh)
|
||||
add_pch(ntdll ${CMAKE_CURRENT_SOURCE_DIR}/include/ntdll.h ${SOURCE})
|
||||
add_dependencies(ntdll ntstatus version)
|
Loading…
Reference in a new issue