mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[CMAKE]
- improve win32k/CMakeLists.txt svn path=/branches/cmake-bringup/; revision=49418
This commit is contained in:
parent
3187b69e40
commit
070543284f
1 changed files with 6 additions and 2 deletions
|
@ -145,7 +145,12 @@ list(APPEND SOURCE
|
||||||
objects/xformobj.c
|
objects/xformobj.c
|
||||||
stubs/stubs.c
|
stubs/stubs.c
|
||||||
stubs/umpdstubs.c
|
stubs/umpdstubs.c
|
||||||
win32k.rc)
|
win32k.rc
|
||||||
|
win32k_${ARCH}.def)
|
||||||
|
|
||||||
|
if(NOT MSVC)
|
||||||
|
set_source_files_properties(win32k_${ARCH}.def PROPERTIES EXTERNAL_OBJECT TRUE)
|
||||||
|
endif()
|
||||||
|
|
||||||
list(APPEND GENDIB_GENERATED
|
list(APPEND GENDIB_GENERATED
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/dib/dib8gen.c
|
${CMAKE_CURRENT_BINARY_DIR}/dib/dib8gen.c
|
||||||
|
@ -180,7 +185,6 @@ add_library(win32k SHARED
|
||||||
set_module_type(win32k kernelmodedriver)
|
set_module_type(win32k kernelmodedriver)
|
||||||
|
|
||||||
target_link_libraries(win32k
|
target_link_libraries(win32k
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/win32k_i386.def
|
|
||||||
${PSEH_LIB}
|
${PSEH_LIB}
|
||||||
dxguid
|
dxguid
|
||||||
libcntpr)
|
libcntpr)
|
||||||
|
|
Loading…
Reference in a new issue