mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
11 lines
312 B
CMake
11 lines
312 B
CMake
|
|
spec2def(w32kdll_2k3sp2.dll w32kdll_2k3sp2.spec ADD_IMPORTLIB)
|
|
add_asm_files(w32kdll_2k3sp2_asm sys-stubs.S)
|
|
|
|
add_library(w32kdll_2k3sp2 SHARED
|
|
main.c
|
|
${w32kdll_2k3sp2_asm}
|
|
${CMAKE_CURRENT_BINARY_DIR}/w32kdll_2k3sp2.def)
|
|
|
|
set_module_type(w32kdll_2k3sp2 module)
|
|
add_dependencies(w32kdll_2k3sp2 psdk)
|