mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
9393fc320e
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
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)
|