1 2spec2def(ksuser.dll ksuser.spec ADD_IMPORTLIB) 3 4add_library(ksuser MODULE 5 ksuser.c 6 ksuser.rc 7 ${CMAKE_CURRENT_BINARY_DIR}/ksuser.def) 8 9set_module_type(ksuser win32dll) 10add_importlibs(ksuser advapi32 msvcrt kernel32 ntdll) 11add_dependencies(ksuser bugcodes) 12add_cd_file(TARGET ksuser DESTINATION reactos/system32 FOR all) 13