reactos/modules/rostests/apitests/win32u/win32u_2k3sp2/CMakeLists.txt
Serge Gautherie 2c895c986f
[CMAKE][WIN32U_APITEST] Remove 3 useless 'set_module_type(... IMAGEBASE default)' (#6328)
And add an explicit documentation comment.

Addendum to commit 2b7246fd3.
2024-01-14 16:07:00 +01:00

12 lines
304 B
CMake

spec2def(win32u_2k3sp2.dll win32u_2k3sp2.spec ADD_IMPORTLIB)
add_asm_files(win32u_2k3sp2_asm sys-stubs.S)
add_library(win32u_2k3sp2 MODULE
main.c
${win32u_2k3sp2_asm}
${CMAKE_CURRENT_BINARY_DIR}/win32u_2k3sp2.def)
set_module_type(win32u_2k3sp2 module)
add_dependencies(win32u_2k3sp2 psdk)