mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
16 lines
305 B
CMake
16 lines
305 B
CMake
|
|
spec2def(dxgthk.sys dxgthk.spec)
|
|
|
|
list(APPEND SOURCE
|
|
main.c
|
|
dxgthk.rc
|
|
${CMAKE_CURRENT_BINARY_DIR}/dxgthk.def)
|
|
|
|
add_library(dxgthk SHARED ${SOURCE})
|
|
|
|
set_module_type(dxgthk kernelmodedriver)
|
|
|
|
add_importlibs(dxgthk win32k)
|
|
add_importlib_target(dxgthk.spec dxgthk.sys)
|
|
|
|
add_cab_target(dxgthk 2)
|