reactos/modules/rostests/apitests/win32u/win32u_xpsp2/CMakeLists.txt
Hermès Bélusca-Maïto 9393fc320e
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
2021-09-13 03:52:22 +02:00

12 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)