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