mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
2c895c986f
And add an explicit documentation comment.
Addendum to commit 2b7246fd3
.
11 lines
296 B
CMake
11 lines
296 B
CMake
|
|
spec2def(win32u_xpsp2.dll win32u_xpsp2.spec ADD_IMPORTLIB)
|
|
add_asm_files(win32u_xpsp2_asm sys-stubs.S)
|
|
|
|
add_library(win32u_xpsp2 MODULE
|
|
main.c
|
|
${win32u_xpsp2_asm}
|
|
${CMAKE_CURRENT_BINARY_DIR}/win32u_xpsp2.def)
|
|
|
|
set_module_type(win32u_xpsp2 module)
|
|
add_dependencies(win32u_xpsp2 psdk)
|