1 2add_executable(mofcomp mofcomp.c) 3target_link_libraries(mofcomp wine) 4set_module_type(mofcomp win32cui UNICODE) 5add_importlibs(mofcomp msvcrt kernel32 ntdll) 6add_cd_file(TARGET mofcomp DESTINATION reactos/system32/wbem FOR all) 7